public enum EJB3SubsystemNamespace extends Enum<EJB3SubsystemNamespace>
Enum Constant and Description |
---|
EJB3_1_0 |
EJB3_1_1 |
EJB3_1_2 |
EJB3_1_3 |
EJB3_1_4 |
EJB3_2_0 |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static EJB3SubsystemNamespace |
forUri(String uri) |
String |
getUriString()
Get the URI of this namespace.
|
static EJB3SubsystemNamespace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EJB3SubsystemNamespace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EJB3SubsystemNamespace UNKNOWN
public static final EJB3SubsystemNamespace EJB3_1_0
public static final EJB3SubsystemNamespace EJB3_1_1
public static final EJB3SubsystemNamespace EJB3_1_2
public static final EJB3SubsystemNamespace EJB3_1_3
public static final EJB3SubsystemNamespace EJB3_1_4
public static final EJB3SubsystemNamespace EJB3_2_0
public static EJB3SubsystemNamespace[] values()
for (EJB3SubsystemNamespace c : EJB3SubsystemNamespace.values()) System.out.println(c);
public static EJB3SubsystemNamespace 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 getUriString()
public static EJB3SubsystemNamespace forUri(String uri)
Copyright © 2013 JBoss by Red Hat. All rights reserved.