public enum YdtExtendedInfoType extends Enum<YdtExtendedInfoType>
| Enum Constant and Description |
|---|
EDIT_REQUEST
It specifies operation type edit request for YDT node.
|
RESPONSE
It specifies operation type RESPONSE for YDT node.
|
| Modifier and Type | Method and Description |
|---|---|
static YdtExtendedInfoType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YdtExtendedInfoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YdtExtendedInfoType EDIT_REQUEST
public static final YdtExtendedInfoType RESPONSE
public static YdtExtendedInfoType[] values()
for (YdtExtendedInfoType c : YdtExtendedInfoType.values()) System.out.println(c);
public static YdtExtendedInfoType 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