public static enum CMISUtil.DocumentAspect extends Enum<CMISUtil.DocumentAspect>
| Enum Constant and Description |
|---|
ALIASABLE_EMAIL |
AUDIO |
CLASSIFIABLE |
COMPLIANCEABLE |
DUBLIN_CORE |
EFFECTIVITY |
EMAILED |
EXIF |
GEOGRAPHIC |
INDEX_CONTROL |
INLINE_EDITABLE |
RESTRICTABLE |
SUMMARIZABLE |
TAGGABLE |
TEMPLATABLE |
VERSIONABLE |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty() |
String |
getValue() |
static CMISUtil.DocumentAspect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISUtil.DocumentAspect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMISUtil.DocumentAspect CLASSIFIABLE
public static final CMISUtil.DocumentAspect VERSIONABLE
public static final CMISUtil.DocumentAspect AUDIO
public static final CMISUtil.DocumentAspect INDEX_CONTROL
public static final CMISUtil.DocumentAspect COMPLIANCEABLE
public static final CMISUtil.DocumentAspect DUBLIN_CORE
public static final CMISUtil.DocumentAspect EFFECTIVITY
public static final CMISUtil.DocumentAspect SUMMARIZABLE
public static final CMISUtil.DocumentAspect TEMPLATABLE
public static final CMISUtil.DocumentAspect EMAILED
public static final CMISUtil.DocumentAspect ALIASABLE_EMAIL
public static final CMISUtil.DocumentAspect TAGGABLE
public static final CMISUtil.DocumentAspect INLINE_EDITABLE
public static final CMISUtil.DocumentAspect GEOGRAPHIC
public static final CMISUtil.DocumentAspect EXIF
public static final CMISUtil.DocumentAspect RESTRICTABLE
public static CMISUtil.DocumentAspect[] values()
for (CMISUtil.DocumentAspect c : CMISUtil.DocumentAspect.values()) System.out.println(c);
public static CMISUtil.DocumentAspect 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 getValue()
public String getProperty()
Copyright © 2015 Alfresco Software. All rights reserved.