public class DefaultAugmentedSchValid extends org.onosproject.yang.model.InnerModelObject implements AugmentedSchValid
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedSchValid.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<AugCaseModKey> |
augCaseModKey |
protected Class<? extends Ip> |
chTest |
protected List<Byte> |
test |
protected TestedCont |
testedCont |
protected List<UnlistedVal> |
unlistedVal |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugmentedSchValid()
Creates an instance of defaultAugmentedSchValid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToAugCaseModKey(AugCaseModKey addTo)
Adds to the list of augCaseModKey.
|
void |
addToTest(Byte addTo)
Adds to the list of test.
|
void |
addToUnlistedVal(UnlistedVal addTo)
Adds to the list of unlistedVal.
|
List<AugCaseModKey> |
augCaseModKey()
Returns the attribute augCaseModKey.
|
void |
augCaseModKey(List<AugCaseModKey> augCaseModKey)
Sets the attribute augCaseModKey.
|
Class<? extends Ip> |
chTest()
Returns the attribute chTest.
|
void |
chTest(Class<? extends Ip> chTest)
Sets the attribute chTest.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AugmentedSchValid.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<Byte> |
test()
Returns the attribute test.
|
void |
test(List<Byte> test)
Sets the attribute test.
|
TestedCont |
testedCont()
Returns the attribute testedCont.
|
void |
testedCont(TestedCont testedCont)
Sets the attribute testedCont.
|
String |
toString() |
List<UnlistedVal> |
unlistedVal()
Returns the attribute unlistedVal.
|
void |
unlistedVal(List<UnlistedVal> unlistedVal)
Sets the attribute unlistedVal.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected BitSet valueLeafFlags
protected TestedCont testedCont
protected List<UnlistedVal> unlistedVal
protected List<AugCaseModKey> augCaseModKey
public DefaultAugmentedSchValid()
public Class<? extends Ip> chTest()
AugmentedSchValidchTest in interface AugmentedSchValidpublic List<Byte> test()
AugmentedSchValidtest in interface AugmentedSchValidpublic BitSet valueLeafFlags()
AugmentedSchValidvalueLeafFlags in interface AugmentedSchValidpublic TestedCont testedCont()
AugmentedSchValidtestedCont in interface AugmentedSchValidpublic List<UnlistedVal> unlistedVal()
AugmentedSchValidunlistedVal in interface AugmentedSchValidpublic List<AugCaseModKey> augCaseModKey()
AugmentedSchValidaugCaseModKey in interface AugmentedSchValidpublic void chTest(Class<? extends Ip> chTest)
AugmentedSchValidchTest in interface AugmentedSchValidchTest - value of chTestpublic void test(List<Byte> test)
AugmentedSchValidtest in interface AugmentedSchValidtest - list of testpublic void testedCont(TestedCont testedCont)
AugmentedSchValidtestedCont in interface AugmentedSchValidtestedCont - value of testedContpublic void unlistedVal(List<UnlistedVal> unlistedVal)
AugmentedSchValidunlistedVal in interface AugmentedSchValidunlistedVal - list of unlistedValpublic void augCaseModKey(List<AugCaseModKey> augCaseModKey)
AugmentedSchValidaugCaseModKey in interface AugmentedSchValidaugCaseModKey - list of augCaseModKeypublic void addToTest(Byte addTo)
AugmentedSchValidaddToTest in interface AugmentedSchValidaddTo - value of testpublic void addToUnlistedVal(UnlistedVal addTo)
AugmentedSchValidaddToUnlistedVal in interface AugmentedSchValidaddTo - value of unlistedValpublic void addToAugCaseModKey(AugCaseModKey addTo)
AugmentedSchValidaddToAugCaseModKey in interface AugmentedSchValidaddTo - value of augCaseModKeypublic boolean isLeafValueSet(AugmentedSchValid.LeafIdentifier leaf)
AugmentedSchValidisLeafValueSet in interface AugmentedSchValidleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.