com.retek.component.internet
Class ExABaseType

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

public abstract class ExABaseType
extends org.apache.commons.lang.enums.Enum

This abstract class provides a basis for Enum types in the ExA components.

Retek Inc. Copyright (c) 2003

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.enums.Enum
iToString
 
Constructor Summary
protected ExABaseType(java.lang.String code, java.lang.String description)
           
 
Method Summary
 java.lang.String getCode()
           
 java.lang.String 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
 

Constructor Detail

ExABaseType

protected ExABaseType(java.lang.String code,
                      java.lang.String description)
Method Detail

getDescription

public java.lang.String getDescription()

getCode

public java.lang.String getCode()


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