public static enum AugmentedTeState.LeafIdentifier extends Enum<AugmentedTeState.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 AugmentedTeState.LeafIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AugmentedTeState.LeafIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AugmentedTeState.LeafIdentifier PAYLOADTREATMENT
public static final AugmentedTeState.LeafIdentifier SRCCLIENTSIGNAL
public static final AugmentedTeState.LeafIdentifier SRCTPN
public static final AugmentedTeState.LeafIdentifier SRCTSG
public static final AugmentedTeState.LeafIdentifier SRCTRIBUTARYSLOTCOUNT
public static final AugmentedTeState.LeafIdentifier DSTCLIENTSIGNAL
public static final AugmentedTeState.LeafIdentifier DSTTPN
public static final AugmentedTeState.LeafIdentifier DSTTSG
public static final AugmentedTeState.LeafIdentifier DSTTRIBUTARYSLOTCOUNT
public static AugmentedTeState.LeafIdentifier[] values()
for (AugmentedTeState.LeafIdentifier c : AugmentedTeState.LeafIdentifier.values()) System.out.println(c);
public static AugmentedTeState.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.