atg.portal.framework
Class RegionWidthEnum

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

public class RegionWidthEnum
extends Enum

Enumeration for region widths

See Also:
Serialized Form

Nested Class Summary
static class RegionWidthEnum.RegionWidthEnumEditor
           
 
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 RegionWidthEnum NARROW
          Narrow region width
static RegionWidthEnum UNDEFINED
          Undefined region width
static RegionWidthEnum WIDE
          Wide region 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 RegionWidthEnum NARROW
Narrow region width


WIDE

public static final RegionWidthEnum WIDE
Wide region width


UNDEFINED

public static final RegionWidthEnum UNDEFINED
Undefined region width