public enum SwiftCharset extends java.lang.Enum<SwiftCharset>
| Modifier and Type | Method and Description |
|---|---|
static SwiftCharset |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SwiftCharset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwiftCharset n
public static final SwiftCharset a
public static final SwiftCharset A
public static final SwiftCharset x
public static final SwiftCharset y
public static final SwiftCharset z
public static final SwiftCharset c
public static final SwiftCharset B
public static SwiftCharset[] values()
for (SwiftCharset c : SwiftCharset.values()) System.out.println(c);
public static SwiftCharset 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 null