com.ontimize.dms.jcr
Class Type
java.lang.Object
com.ontimize.dms.jcr.Type
- All Implemented Interfaces:
- java.io.Serializable
public class Type
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FOLDER_CODE
public static final int FOLDER_CODE
- See Also:
- Constant Field Values
FILE_CODE
public static final int FILE_CODE
- See Also:
- Constant Field Values
LINK_CODE
public static final int LINK_CODE
- See Also:
- Constant Field Values
FOLDER_TYPE
public static final Type FOLDER_TYPE
FILE_TYPE
public static final Type FILE_TYPE
LINK_TYPE
public static final Type LINK_TYPE
TYPES
protected static java.util.Map TYPES
get
public static Type get(java.lang.String fieldType)
getCode
public int getCode()
getFieldType
public java.lang.String getFieldType()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object