atg.repository.search.refinement.admin
Class RefinementPropertyType

java.lang.Object
  extended by atg.core.util.Enum
      extended by atg.repository.search.refinement.admin.RefinementPropertyType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class RefinementPropertyType
extends Enum

Enumeration class for the possible values of the propertyType property of a 'refineElement' repository item.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class atg.core.util.Enum
Enum.EnumEditor, Enum.LocaleEnumEditor
 
Field Summary
static RefinementPropertyType BOOLEAN
           
static java.lang.String CLASS_VERSION
          Class version string
static RefinementPropertyType DATE
           
static RefinementPropertyType ENUM
           
static RefinementPropertyType FLOAT
           
static RefinementPropertyType INTEGER
           
static RefinementPropertyType STRING
           
 
Method Summary
static RefinementPropertyType getEnum(java.lang.String pName)
           
 
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


ENUM

public static final RefinementPropertyType ENUM

STRING

public static final RefinementPropertyType STRING

FLOAT

public static final RefinementPropertyType FLOAT

INTEGER

public static final RefinementPropertyType INTEGER

BOOLEAN

public static final RefinementPropertyType BOOLEAN

DATE

public static final RefinementPropertyType DATE
Method Detail

getEnum

public static RefinementPropertyType getEnum(java.lang.String pName)