@Deprecated public static enum MDEXState.ReadOnlyCause extends java.lang.Enum<MDEXState.ReadOnlyCause>
Enum Constant and Description |
---|
DATA_INGEST_IN_PROGRESS
Deprecated.
|
NOT_APPLICABLE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static MDEXState.ReadOnlyCause |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static MDEXState.ReadOnlyCause[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MDEXState.ReadOnlyCause NOT_APPLICABLE
public static final MDEXState.ReadOnlyCause DATA_INGEST_IN_PROGRESS
public static MDEXState.ReadOnlyCause[] values()
for (MDEXState.ReadOnlyCause c : MDEXState.ReadOnlyCause.values()) System.out.println(c);
public static MDEXState.ReadOnlyCause 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 nullCopyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.