public enum RequestType extends Enum<RequestType> implements ErpType<RequestType>
Enum Constant and Description |
---|
CLIENT_TRANSPORTS |
CUSTOMIZING_REQUESTS |
PIECE_LISTS |
PRELIMINARY_CORRECTIONS |
RELOCATION_TRANSPORTS |
TASKS |
TRANSPORTS_OF_COPIES |
WORKBENCH_REQUESTS |
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier() |
ErpTypeConverter<RequestType> |
getTypeConverter() |
static RequestType |
ofIdentifier(String identifier) |
String |
toString() |
static RequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestType CUSTOMIZING_REQUESTS
public static final RequestType WORKBENCH_REQUESTS
public static final RequestType TASKS
public static final RequestType RELOCATION_TRANSPORTS
public static final RequestType TRANSPORTS_OF_COPIES
public static final RequestType PRELIMINARY_CORRECTIONS
public static final RequestType PIECE_LISTS
public static final RequestType CLIENT_TRANSPORTS
public static RequestType[] values()
for (RequestType c : RequestType.values()) System.out.println(c);
public static RequestType 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<RequestType>
@Nonnull public ErpTypeConverter<RequestType> getTypeConverter()
getTypeConverter
in interface ErpType<RequestType>
@Nonnull public static RequestType ofIdentifier(@Nonnull String identifier) throws IllegalArgumentException
IllegalArgumentException
public String getIdentifier()
Copyright © 2018 SAP SE. All rights reserved.