atg.portal.framework
Class GearHeightEnum

java.lang.Object
  extended by atg.core.util.Enum
      extended by atg.portal.framework.GearHeightEnum
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class GearHeightEnum
extends Enum

Enumerations for gear heights

See Also:
Serialized Form

Nested Class Summary
static class GearHeightEnum.GearHeightEnumEditor
           
 
Nested classes/interfaces inherited from class atg.core.util.Enum
Enum.EnumEditor, Enum.LocaleEnumEditor
 
Field Summary
static java.lang.String CLASS_VERSION
          Class version string
static GearHeightEnum NO_PREFERENCE
          No Preference Gear Height
static GearHeightEnum SHORT
          Short Gear Height
static GearHeightEnum TALL
          Tall Gear Height
 
Method Summary
 
Methods inherited from class atg.core.util.Enum
compareTo, getEnumClassInfo, getOrdinal, iterator, iterator, lookup, lookup, lookup, lookup, readResolve, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string


SHORT

public static final GearHeightEnum SHORT
Short Gear Height


TALL

public static final GearHeightEnum TALL
Tall Gear Height


NO_PREFERENCE

public static final GearHeightEnum NO_PREFERENCE
No Preference Gear Height