public static enum AssistFieldStruct.ActionByField extends Enum<AssistFieldStruct.ActionByField> implements INumberEnum<Short>
| Modifier and Type | Method and Description |
|---|---|
long |
getLongValue() |
Short |
getValue() |
static AssistFieldStruct.ActionByField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssistFieldStruct.ActionByField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssistFieldStruct.ActionByField REPLACE
public static final AssistFieldStruct.ActionByField APPEND
public static final AssistFieldStruct.ActionByField REMOVE
public static AssistFieldStruct.ActionByField[] values()
for (AssistFieldStruct.ActionByField c : AssistFieldStruct.ActionByField.values()) System.out.println(c);
public static AssistFieldStruct.ActionByField 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 Short getValue()
getValue in interface INumberEnum<Short>public long getLongValue()
getLongValue in interface INumberEnum<Short>longCopyright © 2019–2021 HCL. All rights reserved.