public enum YdtAppNodeOperationType extends Enum<YdtAppNodeOperationType>
| Enum Constant and Description |
|---|
BOTH
Type of YANG application node operation for below action:
The application containing this attribute has edit operation
type of combination of any edit operation type in its complete ydtTree.
|
DELETE_ONLY
Type of YANG application node operation for below action:
The application containing this attribute has edit operation
type as delete/remove in its complete ydtTree.
|
OTHER_EDIT
Type of YANG application node operation for below action:
The application containing this attribute has edit operation
type other than delete/remove in its complete ydtTree.
|
| Modifier and Type | Method and Description |
|---|---|
static YdtAppNodeOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YdtAppNodeOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YdtAppNodeOperationType DELETE_ONLY
public static final YdtAppNodeOperationType OTHER_EDIT
public static final YdtAppNodeOperationType BOTH
public static YdtAppNodeOperationType[] values()
for (YdtAppNodeOperationType c : YdtAppNodeOperationType.values()) System.out.println(c);
public static YdtAppNodeOperationType 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 null