com.retek.component.internet
Class ExAReturnLineType

java.lang.Object
  extended byorg.apache.commons.lang.enums.Enum
      extended bycom.retek.component.internet.ExABaseType
          extended bycom.retek.component.internet.ExAReturnLineType
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class ExAReturnLineType
extends ExABaseType

This class holds the valids types for an ExAReturnLine. Currently valid types are normal and exchange

Retek Inc. Copyright (c) 2003

See Also:
Serialized Form

Field Summary
static ExAReturnLineType EXCHANGE
           
static ExAReturnLineType NORMAL
           
 
Fields inherited from class org.apache.commons.lang.enums.Enum
iToString
 
Method Summary
static java.util.List getValues()
           
 
Methods inherited from class com.retek.component.internet.ExABaseType
getCode, getDescription
 
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
 

Field Detail

NORMAL

public static final ExAReturnLineType NORMAL

EXCHANGE

public static final ExAReturnLineType EXCHANGE
Method Detail

getValues

public static java.util.List getValues()


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25