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