public static enum State.LeafIdentifier extends Enum<State.LeafIdentifier> implements org.onosproject.yang.model.LeafIdentifier
| Enum Constant and Description |
|---|
COMPUTEONLY
Represents computeOnly.
|
LOCKDOWN
Represents lockdown.
|
NAME
Represents name.
|
NAMEDEXPLICITPATH
Represents namedExplicitPath.
|
NAMEDPATHCONSTRAINT
Represents namedPathConstraint.
|
PATHCOMPUTATIONMETHOD
Represents pathComputationMethod.
|
PATHCOMPUTATIONSERVER
Represents pathComputationServer.
|
PATHSETUPPROTOCOL
Represents pathSetupProtocol.
|
PREFERENCE
Represents preference.
|
TEDEFAULTMETRIC
Represents teDefaultMetric.
|
TEDELAYMETRIC
Represents teDelayMetric.
|
TEHOPMETRIC
Represents teHopMetric.
|
USECSPF
Represents useCspf.
|
VERBATIM
Represents verbatim.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLeafIndex() |
static State.LeafIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State.LeafIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final State.LeafIdentifier NAME
public static final State.LeafIdentifier PREFERENCE
public static final State.LeafIdentifier PATHSETUPPROTOCOL
public static final State.LeafIdentifier PATHCOMPUTATIONMETHOD
public static final State.LeafIdentifier PATHCOMPUTATIONSERVER
public static final State.LeafIdentifier COMPUTEONLY
public static final State.LeafIdentifier USECSPF
public static final State.LeafIdentifier VERBATIM
public static final State.LeafIdentifier LOCKDOWN
public static final State.LeafIdentifier TEDEFAULTMETRIC
public static final State.LeafIdentifier TEDELAYMETRIC
public static final State.LeafIdentifier TEHOPMETRIC
public static final State.LeafIdentifier NAMEDEXPLICITPATH
public static final State.LeafIdentifier NAMEDPATHCONSTRAINT
public static State.LeafIdentifier[] values()
for (State.LeafIdentifier c : State.LeafIdentifier.values()) System.out.println(c);
public static State.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.