public static interface OFMeterFeatures.Builder
Modifier and Type | Method and Description |
---|---|
OFMeterFeatures |
build() |
long |
getBandTypes() |
long |
getCapabilities() |
short |
getMaxBands() |
short |
getMaxColor() |
long |
getMaxMeter() |
OFVersion |
getVersion() |
OFMeterFeatures.Builder |
setBandTypes(long bandTypes) |
OFMeterFeatures.Builder |
setCapabilities(long capabilities) |
OFMeterFeatures.Builder |
setMaxBands(short maxBands) |
OFMeterFeatures.Builder |
setMaxColor(short maxColor) |
OFMeterFeatures.Builder |
setMaxMeter(long maxMeter) |
OFMeterFeatures build()
long getMaxMeter()
OFMeterFeatures.Builder setMaxMeter(long maxMeter)
long getBandTypes()
OFMeterFeatures.Builder setBandTypes(long bandTypes)
long getCapabilities()
OFMeterFeatures.Builder setCapabilities(long capabilities)
short getMaxBands()
OFMeterFeatures.Builder setMaxBands(short maxBands)
short getMaxColor()
OFMeterFeatures.Builder setMaxColor(short maxColor)
OFVersion getVersion()
Copyright © 2015. All rights reserved.