Interface DataProductVersion.State
-
- Enclosing class:
- DataProductVersion
public static interface DataProductVersion.State
The state of the data product version.
-
-
Field Detail
-
DRAFT
static final java.lang.String DRAFT
draft.- See Also:
- Constant Field Values
-
AVAILABLE
static final java.lang.String AVAILABLE
available.- See Also:
- Constant Field Values
-
RETIRED
static final java.lang.String RETIRED
retired.- See Also:
- Constant Field Values
-
-