atg.portal.framework
Class RegionHeightEnum

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

public class RegionHeightEnum
extends Enum

Enumerations for region heights

See Also:
Serialized Form

Nested Class Summary
static class RegionHeightEnum.RegionHeightEnumEditor
           
 
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 RegionHeightEnum SHORT
          Short region height
static RegionHeightEnum TALL
          Tall region height
static RegionHeightEnum UNDEFINED
          Undefined region 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 RegionHeightEnum SHORT
Short region height


TALL

public static final RegionHeightEnum TALL
Tall region height


UNDEFINED

public static final RegionHeightEnum UNDEFINED
Undefined region height