public interface DynamicValue
| Modifier and Type | Interface and Description |
|---|---|
static class |
DynamicValue.LeafIdentifier
Identify the leaf of DynamicValue.
|
| Modifier and Type | Method and Description |
|---|---|
int |
interval()
Returns the attribute interval.
|
void |
interval(int interval)
Sets the attribute interval.
|
boolean |
isLeafValueSet(DynamicValue.LeafIdentifier leaf)
Checks if the leaf value is set.
|
int |
multiplier()
Returns the attribute multiplier.
|
void |
multiplier(int multiplier)
Sets the attribute multiplier.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
int interval()
int multiplier()
BitSet valueLeafFlags()
void interval(int interval)
interval - value of intervalvoid multiplier(int multiplier)
multiplier - value of multiplierboolean isLeafValueSet(DynamicValue.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.