public enum Activity extends Enum<Activity> implements ErpType<Activity>
Enum Constant and Description |
---|
CHANGE_EDITOR |
CHANGE_OWNER |
CHANGE_SOURCE |
CREATE |
DELETE |
DISPLAY |
DISPLAY_PAYMENT_CARDS |
DUMMY |
ENTER_REQUEST |
IMPORT |
LOCK |
PASS_OWN |
PRINT |
RELEASE |
RELEASE_OTHER |
REORGANIZE |
UPDATE |
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier() |
ErpTypeConverter<Activity> |
getTypeConverter() |
static Activity |
ofIdentifier(String identifier) |
String |
toString() |
static Activity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Activity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Activity DUMMY
public static final Activity CREATE
public static final Activity UPDATE
public static final Activity DISPLAY
public static final Activity PRINT
public static final Activity LOCK
public static final Activity DELETE
public static final Activity CHANGE_EDITOR
public static final Activity RELEASE
public static final Activity CHANGE_SOURCE
public static final Activity IMPORT
public static final Activity REORGANIZE
public static final Activity RELEASE_OTHER
public static final Activity ENTER_REQUEST
public static final Activity PASS_OWN
public static final Activity CHANGE_OWNER
public static final Activity DISPLAY_PAYMENT_CARDS
public static Activity[] values()
for (Activity c : Activity.values()) System.out.println(c);
public static Activity 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@Nonnull public ErpTypeConverter<Activity> getTypeConverter()
getTypeConverter
in interface ErpType<Activity>
@Nonnull public static Activity ofIdentifier(@Nonnull String identifier) throws IllegalArgumentException
IllegalArgumentException
public String getIdentifier()
Copyright © 2018 SAP SE. All rights reserved.