public interface Rip
| Modifier and Type | Interface and Description |
|---|---|
static class |
Rip.LeafIdentifier
Identify the leaf of Rip.
|
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends AddressFamily>> |
addressFamily()
Returns the attribute addressFamily.
|
void |
addressFamily(List<Class<? extends AddressFamily>> addressFamily)
Sets the attribute addressFamily.
|
void |
addToAddressFamily(Class<? extends AddressFamily> addTo)
Adds to the list of addressFamily.
|
boolean |
isLeafValueSet(Rip.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
List<Class<? extends AddressFamily>> addressFamily()
BitSet valueLeafFlags()
void addressFamily(List<Class<? extends AddressFamily>> addressFamily)
addressFamily - list of addressFamilyvoid addToAddressFamily(Class<? extends AddressFamily> addTo)
addTo - value of addressFamilyboolean isLeafValueSet(Rip.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.