public static enum SharedDataStoreUtils.SharedStoreRecordType extends java.lang.Enum<SharedDataStoreUtils.SharedStoreRecordType>
| Enum Constant and Description |
|---|
MARKED_START_MARKER |
REFERENCES |
REPOSITORY |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIdFromName(java.lang.String name) |
java.lang.String |
getNameFromId(java.lang.String id) |
java.lang.String |
getType() |
static SharedDataStoreUtils.SharedStoreRecordType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SharedDataStoreUtils.SharedStoreRecordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SharedDataStoreUtils.SharedStoreRecordType REFERENCES
public static final SharedDataStoreUtils.SharedStoreRecordType REPOSITORY
public static final SharedDataStoreUtils.SharedStoreRecordType MARKED_START_MARKER
public static SharedDataStoreUtils.SharedStoreRecordType[] values()
for (SharedDataStoreUtils.SharedStoreRecordType c : SharedDataStoreUtils.SharedStoreRecordType.values()) System.out.println(c);
public static SharedDataStoreUtils.SharedStoreRecordType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getType()
public java.lang.String getIdFromName(java.lang.String name)
public java.lang.String getNameFromId(java.lang.String id)
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"