public enum PhysicalGoodSaleLifeCycleState extends java.lang.Enum<PhysicalGoodSaleLifeCycleState> implements LifeCycleState, ICRMLookupEnum
Enum Constant and Description |
---|
OWNERSHIP_TRANSFERRED |
POSTED |
RETURNED |
RETURNED_DUE_TO_REPLACEMENT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static PhysicalGoodSaleLifeCycleState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PhysicalGoodSaleLifeCycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhysicalGoodSaleLifeCycleState POSTED
public static final PhysicalGoodSaleLifeCycleState RETURNED
public static final PhysicalGoodSaleLifeCycleState RETURNED_DUE_TO_REPLACEMENT
public static final PhysicalGoodSaleLifeCycleState OWNERSHIP_TRANSFERRED
public static PhysicalGoodSaleLifeCycleState[] values()
for (PhysicalGoodSaleLifeCycleState c : PhysicalGoodSaleLifeCycleState.values()) System.out.println(c);
public static PhysicalGoodSaleLifeCycleState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLabel()
getLabel
in interface ICRMLookupEnum
getLabel
in interface LifeCycleState