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