public enum EncodingInstructions extends Enum<EncodingInstructions>
| Modifier and Type | Method and Description |
|---|---|
static EncodingInstructions |
find(String value) |
String |
getName() |
static EncodingInstructions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodingInstructions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncodingInstructions Default
public static final EncodingInstructions Tag
public static final EncodingInstructions Per
public static final EncodingInstructions Xer
public static EncodingInstructions[] values()
for (EncodingInstructions c : EncodingInstructions.values()) System.out.println(c);
public static EncodingInstructions 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 nullpublic static EncodingInstructions find(String value)
public String getName()
Copyright © 2017. All rights reserved.