public static enum ElementMetadata.Type extends Enum<ElementMetadata.Type>
| Enum Constant and Description |
|---|
DataSource |
DeletedField |
DeletedPresentable |
DeletedSearchable |
FieldRecentDeletion |
FieldRecentUpdate |
| Modifier and Type | Method and Description |
|---|---|
static ElementMetadata.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementMetadata.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElementMetadata.Type DataSource
public static final ElementMetadata.Type DeletedField
public static final ElementMetadata.Type FieldRecentDeletion
public static final ElementMetadata.Type FieldRecentUpdate
public static final ElementMetadata.Type DeletedSearchable
public static final ElementMetadata.Type DeletedPresentable
public static ElementMetadata.Type[] values()
for (ElementMetadata.Type c : ElementMetadata.Type.values()) System.out.println(c);
public static ElementMetadata.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 © 2013. All Rights Reserved.