public enum ControllingAction extends Enum<ControllingAction> implements ErpType<ControllingAction>
Enum Constant and Description |
---|
DISPLAY |
READ_LINE_ITEMS |
READ_PLAN |
READ_TOTALS |
Modifier and Type | Method and Description |
---|---|
static ControllingAction |
fromIdentifier(String identifier) |
String |
getIdentifier() |
ErpTypeConverter<ControllingAction> |
getTypeConverter() |
String |
toString() |
static ControllingAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControllingAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControllingAction READ_TOTALS
public static final ControllingAction READ_LINE_ITEMS
public static final ControllingAction READ_PLAN
public static final ControllingAction DISPLAY
public static ControllingAction[] values()
for (ControllingAction c : ControllingAction.values()) System.out.println(c);
public static ControllingAction 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 String toString()
toString
in class Enum<ControllingAction>
public ErpTypeConverter<ControllingAction> getTypeConverter()
getTypeConverter
in interface ErpType<ControllingAction>
public static ControllingAction fromIdentifier(@Nullable String identifier) throws IllegalArgumentException
IllegalArgumentException
@Generated(value="lombok") public String getIdentifier()
Copyright © 2017 SAP SE. All rights reserved.