atg.search.routing.command.search
Class PropType

java.lang.Object
  extended by atg.core.util.Enum
      extended by atg.search.routing.command.search.PropType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class PropType
extends Enum

Enumeration of property types for constraints

See Also:
Serialized Form

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

STRING

public static final PropType STRING

INTEGER

public static final PropType INTEGER

FLOAT

public static final PropType FLOAT

DATE

public static final PropType DATE

BOOLEAN

public static final PropType BOOLEAN

INFO

public static final PropType INFO
Method Detail

valueOf

public static PropType valueOf(java.lang.String pName)