atg.portal.framework
Class GearWidthEnum

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

public class GearWidthEnum
extends Enum

Enumerations for gear widths

See Also:
Serialized Form

Nested Class Summary
static class GearWidthEnum.GearWidthEnumEditor
           
 
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 GearWidthEnum NARROW
          Narrow Gear Width
static GearWidthEnum NO_PREFERENCE
          No preference Gear Width
static GearWidthEnum WIDE
          Wide Gear Width
 
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


NARROW

public static final GearWidthEnum NARROW
Narrow Gear Width


WIDE

public static final GearWidthEnum WIDE
Wide Gear Width


NO_PREFERENCE

public static final GearWidthEnum NO_PREFERENCE
No preference Gear Width