org.pentaho.commons.util.repository.type
Class PropertyType

java.lang.Object
  extended by org.pentaho.commons.util.repository.type.PropertyType

public class PropertyType
extends Object


Field Summary
static String BOOLEAN
           
static String DATETIME
           
static String DECIMAL
           
static String HTML
           
static String ID
           
static String INTEGER
           
static String STRING
           
static String URI
           
static String XML
           
 
Constructor Summary
PropertyType(String type)
           
 
Method Summary
 String getType()
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOOLEAN

public static final String BOOLEAN
See Also:
Constant Field Values

ID

public static final String ID
See Also:
Constant Field Values

INTEGER

public static final String INTEGER
See Also:
Constant Field Values

DATETIME

public static final String DATETIME
See Also:
Constant Field Values

DECIMAL

public static final String DECIMAL
See Also:
Constant Field Values

HTML

public static final String HTML
See Also:
Constant Field Values

STRING

public static final String STRING
See Also:
Constant Field Values

URI

public static final String URI
See Also:
Constant Field Values

XML

public static final String XML
See Also:
Constant Field Values
Constructor Detail

PropertyType

public PropertyType(String type)
Method Detail

getType

public String getType()

setType

public void setType(String type)