public static enum Execution.LeafIdentifier extends Enum<Execution.LeafIdentifier> implements org.onosproject.yang.model.LeafIdentifier
| Enum Constant and Description |
|---|
DURATION
Represents duration.
|
OPERATION
Represents operation.
|
START
Represents start.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLeafIndex() |
static Execution.LeafIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Execution.LeafIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Execution.LeafIdentifier START
public static final Execution.LeafIdentifier DURATION
public static final Execution.LeafIdentifier OPERATION
public static Execution.LeafIdentifier[] values()
for (Execution.LeafIdentifier c : Execution.LeafIdentifier.values()) System.out.println(c);
public static Execution.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.