public static enum CECPParameters.DuplicationHint extends java.lang.Enum<CECPParameters.DuplicationHint>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static CECPParameters.DuplicationHint |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CECPParameters.DuplicationHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CECPParameters.DuplicationHint SHORTER
public static final CECPParameters.DuplicationHint LEFT
public static final CECPParameters.DuplicationHint RIGHT
public static CECPParameters.DuplicationHint[] values()
for (CECPParameters.DuplicationHint c : CECPParameters.DuplicationHint.values()) System.out.println(c);
public static CECPParameters.DuplicationHint 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<CECPParameters.DuplicationHint>