public static enum FieldNaming.CMFieldName extends Enum<FieldNaming.CMFieldName>
| Enum Constant and Description |
|---|
bytestream |
bytestreamURI |
creationTime |
id |
language |
lastUpdateTime |
length |
mimeType |
name |
schemaName |
schemaURI |
| Modifier and Type | Method and Description |
|---|---|
static FieldNaming.CMFieldName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldNaming.CMFieldName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldNaming.CMFieldName id
public static final FieldNaming.CMFieldName name
public static final FieldNaming.CMFieldName creationTime
public static final FieldNaming.CMFieldName lastUpdateTime
public static final FieldNaming.CMFieldName mimeType
public static final FieldNaming.CMFieldName length
public static final FieldNaming.CMFieldName bytestream
public static final FieldNaming.CMFieldName bytestreamURI
public static final FieldNaming.CMFieldName language
public static final FieldNaming.CMFieldName schemaURI
public static final FieldNaming.CMFieldName schemaName
public static FieldNaming.CMFieldName[] values()
for (FieldNaming.CMFieldName c : FieldNaming.CMFieldName.values()) System.out.println(c);
public static FieldNaming.CMFieldName 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 nullCopyright © 2015. All Rights Reserved.