public interface AugmentedSchValid
| Modifier and Type | Interface and Description |
|---|---|
static class |
AugmentedSchValid.LeafIdentifier
Identify the leaf of AugmentedSchValid.
|
| 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 |
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.
|
List<UnlistedVal> |
unlistedVal()
Returns the attribute unlistedVal.
|
void |
unlistedVal(List<UnlistedVal> unlistedVal)
Sets the attribute unlistedVal.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
BitSet valueLeafFlags()
TestedCont testedCont()
List<UnlistedVal> unlistedVal()
List<AugCaseModKey> augCaseModKey()
void chTest(Class<? extends Ip> chTest)
chTest - value of chTestvoid testedCont(TestedCont testedCont)
testedCont - value of testedContvoid unlistedVal(List<UnlistedVal> unlistedVal)
unlistedVal - list of unlistedValvoid augCaseModKey(List<AugCaseModKey> augCaseModKey)
augCaseModKey - list of augCaseModKeyvoid addToTest(Byte addTo)
addTo - value of testvoid addToUnlistedVal(UnlistedVal addTo)
addTo - value of unlistedValvoid addToAugCaseModKey(AugCaseModKey addTo)
addTo - value of augCaseModKeyboolean isLeafValueSet(AugmentedSchValid.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.