public static enum AugmentedTeConfig.LeafIdentifier extends Enum<AugmentedTeConfig.LeafIdentifier> implements org.onosproject.yang.model.LeafIdentifier
| Enum Constant and Description |
|---|
DSTCLIENTSIGNAL
Represents dstClientSignal.
|
DSTTPN
Represents dstTpn.
|
DSTTRIBUTARYSLOTCOUNT
Represents dstTributarySlotCount.
|
DSTTSG
Represents dstTsg.
|
PAYLOADTREATMENT
Represents payloadTreatment.
|
SRCCLIENTSIGNAL
Represents srcClientSignal.
|
SRCTPN
Represents srcTpn.
|
SRCTRIBUTARYSLOTCOUNT
Represents srcTributarySlotCount.
|
SRCTSG
Represents srcTsg.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLeafIndex() |
static AugmentedTeConfig.LeafIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AugmentedTeConfig.LeafIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AugmentedTeConfig.LeafIdentifier PAYLOADTREATMENT
public static final AugmentedTeConfig.LeafIdentifier SRCCLIENTSIGNAL
public static final AugmentedTeConfig.LeafIdentifier SRCTPN
public static final AugmentedTeConfig.LeafIdentifier SRCTSG
public static final AugmentedTeConfig.LeafIdentifier SRCTRIBUTARYSLOTCOUNT
public static final AugmentedTeConfig.LeafIdentifier DSTCLIENTSIGNAL
public static final AugmentedTeConfig.LeafIdentifier DSTTPN
public static final AugmentedTeConfig.LeafIdentifier DSTTSG
public static final AugmentedTeConfig.LeafIdentifier DSTTRIBUTARYSLOTCOUNT
public static AugmentedTeConfig.LeafIdentifier[] values()
for (AugmentedTeConfig.LeafIdentifier c : AugmentedTeConfig.LeafIdentifier.values()) System.out.println(c);
public static AugmentedTeConfig.LeafIdentifier valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getLeafIndex()
Copyright © 2018. All rights reserved.