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

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

public class TypesOfFileableObjects
extends Object


Field Summary
static String ANY
           
static String DOCUMENTS
           
static String FOLDERS
           
static String POLICIES
           
 
Constructor Summary
TypesOfFileableObjects()
           
TypesOfFileableObjects(String value)
           
 
Method Summary
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOCUMENTS

public static final String DOCUMENTS
See Also:
Constant Field Values

FOLDERS

public static final String FOLDERS
See Also:
Constant Field Values

POLICIES

public static final String POLICIES
See Also:
Constant Field Values

ANY

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

TypesOfFileableObjects

public TypesOfFileableObjects()

TypesOfFileableObjects

public TypesOfFileableObjects(String value)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)