public class DefaultAugmentedSchLeafCase extends org.onosproject.yang.model.InnerModelObject implements AugmentedSchLeafCase
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedSchLeafCase.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
leafInterAug |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugmentedSchLeafCase()
Creates an instance of defaultAugmentedSchLeafCase.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AugmentedSchLeafCase.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BigDecimal |
leafInterAug()
Returns the attribute leafInterAug.
|
void |
leafInterAug(BigDecimal leafInterAug)
Sets the attribute leafInterAug.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected BigDecimal leafInterAug
protected BitSet valueLeafFlags
public DefaultAugmentedSchLeafCase()
public BigDecimal leafInterAug()
AugmentedSchLeafCaseleafInterAug in interface AugmentedSchLeafCasepublic BitSet valueLeafFlags()
AugmentedSchLeafCasevalueLeafFlags in interface AugmentedSchLeafCasepublic void leafInterAug(BigDecimal leafInterAug)
AugmentedSchLeafCaseleafInterAug in interface AugmentedSchLeafCaseleafInterAug - value of leafInterAugpublic boolean isLeafValueSet(AugmentedSchLeafCase.LeafIdentifier leaf)
AugmentedSchLeafCaseisLeafValueSet in interface AugmentedSchLeafCaseleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.