public interface Custom
| Modifier and Type | Interface and Description |
|---|---|
static class |
Custom.LeafIdentifier
Identify the leaf of Custom.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToExportRt(ExportRt addTo)
Adds to the list of exportRt.
|
void |
addToImportRt(ImportRt addTo)
Adds to the list of importRt.
|
List<ExportRt> |
exportRt()
Returns the attribute exportRt.
|
void |
exportRt(List<ExportRt> exportRt)
Sets the attribute exportRt.
|
List<ImportRt> |
importRt()
Returns the attribute importRt.
|
void |
importRt(List<ImportRt> importRt)
Sets the attribute importRt.
|
boolean |
isLeafValueSet(Custom.LeafIdentifier leaf)
Checks if the leaf value is set.
|
RouteDistinguisher |
rd()
Returns the attribute rd.
|
void |
rd(RouteDistinguisher rd)
Sets the attribute rd.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
RouteDistinguisher rd()
BitSet valueLeafFlags()
List<ImportRt> importRt()
List<ExportRt> exportRt()
void rd(RouteDistinguisher rd)
rd - value of rdvoid importRt(List<ImportRt> importRt)
importRt - list of importRtvoid exportRt(List<ExportRt> exportRt)
exportRt - list of exportRtvoid addToImportRt(ImportRt addTo)
addTo - value of importRtvoid addToExportRt(ExportRt addTo)
addTo - value of exportRtboolean isLeafValueSet(Custom.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.