public interface UnreservedBandwidth
| Modifier and Type | Interface and Description |
|---|---|
static class |
UnreservedBandwidth.LeafIdentifier
Identify the leaf of UnreservedBandwidth.
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
bandwidth()
Returns the attribute bandwidth.
|
void |
bandwidth(BigDecimal bandwidth)
Sets the attribute bandwidth.
|
boolean |
isLeafValueSet(UnreservedBandwidth.LeafIdentifier leaf)
Checks if the leaf value is set.
|
short |
priority()
Returns the attribute priority.
|
void |
priority(short priority)
Sets the attribute priority.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
short priority()
BigDecimal bandwidth()
BitSet valueLeafFlags()
void priority(short priority)
priority - value of priorityvoid bandwidth(BigDecimal bandwidth)
bandwidth - value of bandwidthboolean isLeafValueSet(UnreservedBandwidth.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.