public static enum ContentLocation.LocationCase extends java.lang.Enum<ContentLocation.LocationCase> implements Internal.EnumLite
Enum Constant and Description |
---|
DOCUMENT_LOCATION |
IMAGE_LOCATION |
LOCATION_NOT_SET |
RECORD_LOCATION |
Modifier and Type | Method and Description |
---|---|
static ContentLocation.LocationCase |
forNumber(int value) |
int |
getNumber() |
static ContentLocation.LocationCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ContentLocation.LocationCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContentLocation.LocationCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentLocation.LocationCase RECORD_LOCATION
public static final ContentLocation.LocationCase IMAGE_LOCATION
public static final ContentLocation.LocationCase DOCUMENT_LOCATION
public static final ContentLocation.LocationCase LOCATION_NOT_SET
public static ContentLocation.LocationCase[] values()
for (ContentLocation.LocationCase c : ContentLocation.LocationCase.values()) System.out.println(c);
public static ContentLocation.LocationCase 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 null@Deprecated public static ContentLocation.LocationCase valueOf(int value)
forNumber(int)
instead.public static ContentLocation.LocationCase forNumber(int value)
public int getNumber()
getNumber
in interface Internal.EnumLite