public static enum RFC2047Helper.ECodec extends Enum<RFC2047Helper.ECodec>
| Modifier and Type | Method and Description |
|---|---|
static RFC2047Helper.ECodec |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RFC2047Helper.ECodec[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RFC2047Helper.ECodec B
public static final RFC2047Helper.ECodec Q
public static RFC2047Helper.ECodec[] values()
for (RFC2047Helper.ECodec c : RFC2047Helper.ECodec.values()) System.out.println(c);
public static RFC2047Helper.ECodec 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 © 2014–2019 Philip Helger. All rights reserved.