public static enum MetadataField.Type extends Enum<MetadataField.Type>
| Enum Constant and Description |
|---|
BOOLEAN |
DATE |
DURATION |
ITERABLE_TEXT |
LONG |
MIXED_TEXT |
ORDERED_TEXT |
START_DATE |
START_TIME |
TEXT |
TEXT_LONG |
| Modifier and Type | Method and Description |
|---|---|
static MetadataField.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataField.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataField.Type BOOLEAN
public static final MetadataField.Type DATE
public static final MetadataField.Type DURATION
public static final MetadataField.Type ITERABLE_TEXT
public static final MetadataField.Type MIXED_TEXT
public static final MetadataField.Type ORDERED_TEXT
public static final MetadataField.Type LONG
public static final MetadataField.Type START_DATE
public static final MetadataField.Type START_TIME
public static final MetadataField.Type TEXT
public static final MetadataField.Type TEXT_LONG
public static MetadataField.Type[] values()
for (MetadataField.Type c : MetadataField.Type.values()) System.out.println(c);
public static MetadataField.Type 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 © 2009–2019 Opencast Project. All rights reserved.