public static enum VariableHelper.ENCODING extends java.lang.Enum<VariableHelper.ENCODING>
Modifier and Type | Method and Description |
---|---|
static VariableHelper.ENCODING |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VariableHelper.ENCODING[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariableHelper.ENCODING NONE
public static final VariableHelper.ENCODING UUENCODE
public static VariableHelper.ENCODING[] values()
for (VariableHelper.ENCODING c : VariableHelper.ENCODING.values()) System.out.println(c);
public static VariableHelper.ENCODING 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 nullstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.