com.plumtree.server.condition
Class ValueTypeEnum

java.lang.Object
  extended by com.plumtree.server.condition.ValueTypeEnum

public class ValueTypeEnum
extends java.lang.Object

Enumarates the types of value a condition can have.

Author:
dustina

Field Summary
static int INTEGER
           
static int INVALID
           
static int IPADDRESS
           
static int NUMTYPES
           
static int STRING
           
static int[] types
           
 
Constructor Summary
ValueTypeEnum()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID

public static final int INVALID
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

IPADDRESS

public static final int IPADDRESS
See Also:
Constant Field Values

NUMTYPES

public static final int NUMTYPES
See Also:
Constant Field Values

types

public static final int[] types
Constructor Detail

ValueTypeEnum

public ValueTypeEnum()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.