public enum JbossWebVersionType extends Enum<JbossWebVersionType>
jboss-web-versionType
xsd typeEnum Constant and Description |
---|
_6_0 |
Modifier and Type | Method and Description |
---|---|
static JbossWebVersionType |
getFromStringValue(String value) |
String |
toString() |
static JbossWebVersionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JbossWebVersionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JbossWebVersionType _6_0
public static JbossWebVersionType[] values()
for (JbossWebVersionType c : JbossWebVersionType.values()) System.out.println(c);
public static JbossWebVersionType 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 nullpublic String toString()
toString
in class Enum<JbossWebVersionType>
public static JbossWebVersionType getFromStringValue(String value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.