|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<BaseType>
org.xcmis.spi.model.BaseType
public enum BaseType
Base CMIS types.
| Enum Constant Summary | |
|---|---|
DOCUMENT
A Document is information entity. |
|
FOLDER
A Folder serves as the anchor for a collection of file-able objects. |
|
POLICY
A Policy object represents an administrative policy that can be applied to other objects. |
|
RELATIONSHIP
A Relationship instantiates relationship between a source object and a target object. |
|
| Method Summary | |
|---|---|
static BaseType |
fromValue(String value)
|
String |
toString()
|
String |
value()
|
static BaseType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BaseType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final BaseType DOCUMENT
public static final BaseType FOLDER
public static final BaseType RELATIONSHIP
public static final BaseType POLICY
| Method Detail |
|---|
public static BaseType[] values()
for (BaseType c : BaseType.values()) System.out.println(c);
public static BaseType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static BaseType fromValue(String value)
public String toString()
toString in class Enum<BaseType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||