public static enum DataSetConstants.Status extends java.lang.Enum<DataSetConstants.Status>
Enum Constant and Description |
---|
ARCHIVED |
IN_REVIEW |
INCOMPLETE |
REVIEW_FAILED |
SUBMITTED |
VALID |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
int |
getSortIndex() |
static DataSetConstants.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataSetConstants.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSetConstants.Status INCOMPLETE
public static final DataSetConstants.Status VALID
public static final DataSetConstants.Status SUBMITTED
public static final DataSetConstants.Status IN_REVIEW
public static final DataSetConstants.Status REVIEW_FAILED
public static final DataSetConstants.Status ARCHIVED
public static DataSetConstants.Status[] values()
for (DataSetConstants.Status c : DataSetConstants.Status.values()) System.out.println(c);
public static DataSetConstants.Status 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 getKey()
public int getSortIndex()
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.