public static enum RemoteStoreRunsTracker.TrackerRunAttribute extends java.lang.Enum<RemoteStoreRunsTracker.TrackerRunAttribute>
Enum Constant and Description |
---|
EXEC_ID
execId for the run in reflection store
|
IMPORTED_KAR_RUN_LSID
importedKARRunLSID - LSID of run after import from KAR into local reflection store.
|
KAR_FILE_NAME |
KAR_FILE_SIZE |
KAR_LSID
karLSID - KAR attributes used to download the KAR
|
ORIGINAL_RUN_LSID
originalRunLSID - LSID of run in KAR
|
PREVIEW_RUN_LSID
previewRunLSID - LSID of preview run in local reflection store
|
Modifier and Type | Method and Description |
---|---|
static boolean |
isValid(java.lang.String attributeName)
check if attributeName is one specified in enum
|
java.lang.String |
toString()
Get the name.
|
static RemoteStoreRunsTracker.TrackerRunAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RemoteStoreRunsTracker.TrackerRunAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteStoreRunsTracker.TrackerRunAttribute ORIGINAL_RUN_LSID
public static final RemoteStoreRunsTracker.TrackerRunAttribute PREVIEW_RUN_LSID
public static final RemoteStoreRunsTracker.TrackerRunAttribute KAR_LSID
public static final RemoteStoreRunsTracker.TrackerRunAttribute KAR_FILE_SIZE
public static final RemoteStoreRunsTracker.TrackerRunAttribute KAR_FILE_NAME
public static final RemoteStoreRunsTracker.TrackerRunAttribute IMPORTED_KAR_RUN_LSID
public static final RemoteStoreRunsTracker.TrackerRunAttribute EXEC_ID
public static RemoteStoreRunsTracker.TrackerRunAttribute[] values()
for (RemoteStoreRunsTracker.TrackerRunAttribute c : RemoteStoreRunsTracker.TrackerRunAttribute.values()) System.out.println(c);
public static RemoteStoreRunsTracker.TrackerRunAttribute 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 toString()
toString
in class java.lang.Enum<RemoteStoreRunsTracker.TrackerRunAttribute>
public static boolean isValid(java.lang.String attributeName)