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