public enum BaseTypeId extends Enum<BaseTypeId>
Enum Constant and Description |
---|
CMIS_DOCUMENT |
CMIS_FOLDER |
CMIS_ITEM |
CMIS_POLICY |
CMIS_RELATIONSHIP |
CMIS_SECONDARY |
Modifier and Type | Method and Description |
---|---|
static BaseTypeId |
fromValue(String v) |
String |
value() |
static BaseTypeId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseTypeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseTypeId CMIS_DOCUMENT
public static final BaseTypeId CMIS_FOLDER
public static final BaseTypeId CMIS_RELATIONSHIP
public static final BaseTypeId CMIS_POLICY
public static final BaseTypeId CMIS_ITEM
public static final BaseTypeId CMIS_SECONDARY
public static BaseTypeId[] values()
for (BaseTypeId c : BaseTypeId.values()) System.out.println(c);
public static BaseTypeId valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String value()
public static BaseTypeId fromValue(String v)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.