public enum ObjectMetadataDataStore extends Enum<ObjectMetadataDataStore>
Enum Constant and Description |
---|
HIGH_VOLUME
Represents a high volume object (HVO)
|
STANDARD
Represents a standard volume object (SVO)
|
Modifier and Type | Method and Description |
---|---|
static ObjectMetadataDataStore |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectMetadataDataStore[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectMetadataDataStore STANDARD
public static final ObjectMetadataDataStore HIGH_VOLUME
public static ObjectMetadataDataStore[] values()
for (ObjectMetadataDataStore c : ObjectMetadataDataStore.values()) System.out.println(c);
public static ObjectMetadataDataStore 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 © Veeva Systems 2017–2022. All rights reserved.