public static enum ObjectNumber.ObjectNumberType extends Enum<ObjectNumber.ObjectNumberType>
Enum Constant and Description |
---|
ANY_OBJECT_NUMBER |
COST_CENTER_OBJECT_NUMBER |
INTERNAL_ORDER_OBJECT_NUMBER |
PROFIT_CENTER_OBJECT_NUMBER |
Modifier and Type | Method and Description |
---|---|
static ObjectNumber.ObjectNumberType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectNumber.ObjectNumberType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectNumber.ObjectNumberType ANY_OBJECT_NUMBER
public static final ObjectNumber.ObjectNumberType COST_CENTER_OBJECT_NUMBER
public static final ObjectNumber.ObjectNumberType PROFIT_CENTER_OBJECT_NUMBER
public static final ObjectNumber.ObjectNumberType INTERNAL_ORDER_OBJECT_NUMBER
public static ObjectNumber.ObjectNumberType[] values()
for (ObjectNumber.ObjectNumberType c : ObjectNumber.ObjectNumberType.values()) System.out.println(c);
public static ObjectNumber.ObjectNumberType 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 nullCopyright © 2017 SAP SE. All rights reserved.