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 |
---|---|
String |
getIdentifier() |
ErpTypeConverter<ControllingAction> |
getTypeConverter() |
static ControllingAction |
ofIdentifier(String identifier) |
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>
@Nonnull public ErpTypeConverter<ControllingAction> getTypeConverter()
getTypeConverter
in interface ErpType<ControllingAction>
@Nonnull public static ControllingAction ofIdentifier(@Nonnull String identifier) throws IllegalArgumentException
IllegalArgumentException
public String getIdentifier()
Copyright © 2018 SAP SE. All rights reserved.