public interface AugmentedTeConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
AugmentedTeConfig.LeafIdentifier
Identify the leaf of AugmentedTeConfig.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ClientSignal> |
dstClientSignal()
Returns the attribute dstClientSignal.
|
void |
dstClientSignal(Class<? extends ClientSignal> dstClientSignal)
Sets the attribute dstClientSignal.
|
int |
dstTpn()
Returns the attribute dstTpn.
|
void |
dstTpn(int dstTpn)
Sets the attribute dstTpn.
|
int |
dstTributarySlotCount()
Returns the attribute dstTributarySlotCount.
|
void |
dstTributarySlotCount(int dstTributarySlotCount)
Sets the attribute dstTributarySlotCount.
|
DstTributarySlots |
dstTributarySlots()
Returns the attribute dstTributarySlots.
|
void |
dstTributarySlots(DstTributarySlots dstTributarySlots)
Sets the attribute dstTributarySlots.
|
Class<? extends TributarySlotGranularity> |
dstTsg()
Returns the attribute dstTsg.
|
void |
dstTsg(Class<? extends TributarySlotGranularity> dstTsg)
Sets the attribute dstTsg.
|
boolean |
isLeafValueSet(AugmentedTeConfig.LeafIdentifier leaf)
Checks if the leaf value is set.
|
PayloadTreatmentEnum |
payloadTreatment()
Returns the attribute payloadTreatment.
|
void |
payloadTreatment(PayloadTreatmentEnum payloadTreatment)
Sets the attribute payloadTreatment.
|
Class<? extends ClientSignal> |
srcClientSignal()
Returns the attribute srcClientSignal.
|
void |
srcClientSignal(Class<? extends ClientSignal> srcClientSignal)
Sets the attribute srcClientSignal.
|
int |
srcTpn()
Returns the attribute srcTpn.
|
void |
srcTpn(int srcTpn)
Sets the attribute srcTpn.
|
int |
srcTributarySlotCount()
Returns the attribute srcTributarySlotCount.
|
void |
srcTributarySlotCount(int srcTributarySlotCount)
Sets the attribute srcTributarySlotCount.
|
SrcTributarySlots |
srcTributarySlots()
Returns the attribute srcTributarySlots.
|
void |
srcTributarySlots(SrcTributarySlots srcTributarySlots)
Sets the attribute srcTributarySlots.
|
Class<? extends TributarySlotGranularity> |
srcTsg()
Returns the attribute srcTsg.
|
void |
srcTsg(Class<? extends TributarySlotGranularity> srcTsg)
Sets the attribute srcTsg.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
PayloadTreatmentEnum payloadTreatment()
Class<? extends ClientSignal> srcClientSignal()
int srcTpn()
Class<? extends TributarySlotGranularity> srcTsg()
int srcTributarySlotCount()
Class<? extends ClientSignal> dstClientSignal()
int dstTpn()
Class<? extends TributarySlotGranularity> dstTsg()
int dstTributarySlotCount()
BitSet valueLeafFlags()
SrcTributarySlots srcTributarySlots()
DstTributarySlots dstTributarySlots()
void payloadTreatment(PayloadTreatmentEnum payloadTreatment)
payloadTreatment - value of payloadTreatmentvoid srcClientSignal(Class<? extends ClientSignal> srcClientSignal)
srcClientSignal - value of srcClientSignalvoid srcTpn(int srcTpn)
srcTpn - value of srcTpnvoid srcTsg(Class<? extends TributarySlotGranularity> srcTsg)
srcTsg - value of srcTsgvoid srcTributarySlotCount(int srcTributarySlotCount)
srcTributarySlotCount - value of srcTributarySlotCountvoid dstClientSignal(Class<? extends ClientSignal> dstClientSignal)
dstClientSignal - value of dstClientSignalvoid dstTpn(int dstTpn)
dstTpn - value of dstTpnvoid dstTsg(Class<? extends TributarySlotGranularity> dstTsg)
dstTsg - value of dstTsgvoid dstTributarySlotCount(int dstTributarySlotCount)
dstTributarySlotCount - value of dstTributarySlotCountvoid srcTributarySlots(SrcTributarySlots srcTributarySlots)
srcTributarySlots - value of srcTributarySlotsvoid dstTributarySlots(DstTributarySlots dstTributarySlots)
dstTributarySlots - value of dstTributarySlotsboolean isLeafValueSet(AugmentedTeConfig.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.