public static enum UnlocalizeRequest.Type extends Enum<UnlocalizeRequest.Type>
Modifier and Type | Method and Description |
---|---|
static UnlocalizeRequest.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnlocalizeRequest.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnlocalizeRequest.Type page
public static final UnlocalizeRequest.Type template
public static final UnlocalizeRequest.Type image
public static final UnlocalizeRequest.Type file
public static final UnlocalizeRequest.Type folder
public static UnlocalizeRequest.Type[] values()
for (UnlocalizeRequest.Type c : UnlocalizeRequest.Type.values()) System.out.println(c);
public static UnlocalizeRequest.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017 Gentics Software. All rights reserved.