com.retek.component.internet
Class ExAOrderLineType
java.lang.Object
org.apache.commons.lang.enums.Enum
com.retek.component.internet.ExABaseType
com.retek.component.internet.ExAOrderLineType
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- public class ExAOrderLineType
- extends ExABaseType
This class manages type values for ExAOrderLine. Currently valid values are normal and exchange.
Retek Inc. Copyright (c) 2003
- See Also:
- Serialized Form
Fields inherited from class org.apache.commons.lang.enums.Enum |
iToString |
Method Summary |
static java.util.List |
getValues()
|
Methods inherited from class org.apache.commons.lang.enums.Enum |
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PARTIAL
public static final ExAOrderLineType PARTIAL
NORMAL
public static final ExAOrderLineType NORMAL
EXCHANGE
public static final ExAOrderLineType EXCHANGE
REPLACEMENT
public static final ExAOrderLineType REPLACEMENT
UPSELL
public static final ExAOrderLineType UPSELL
SUBSTITUTE
public static final ExAOrderLineType SUBSTITUTE
CROSS_SELL
public static final ExAOrderLineType CROSS_SELL
NO_LONGER_AVAILABLE
public static final ExAOrderLineType NO_LONGER_AVAILABLE
ZERO_SALE
public static final ExAOrderLineType ZERO_SALE
COMPONENT
public static final ExAOrderLineType COMPONENT
PROMOTION_BENEFIT
public static final ExAOrderLineType PROMOTION_BENEFIT
getValues
public static java.util.List getValues()
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25