public enum BindingType extends Enum<BindingType>
Enum Constant and Description |
---|
EXTERNAL_CONTEXT |
LOOKUP |
OBJECT_FACTORY |
SIMPLE |
Modifier and Type | Method and Description |
---|---|
static BindingType |
forName(String localName) |
org.jboss.dmr.ModelNode |
toModelNode()
Converts the value of the directory grouping to a model node.
|
String |
toString() |
static BindingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BindingType SIMPLE
public static final BindingType OBJECT_FACTORY
public static final BindingType LOOKUP
public static final BindingType EXTERNAL_CONTEXT
public static BindingType[] values()
for (BindingType c : BindingType.values()) System.out.println(c);
public static BindingType 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 static BindingType forName(String localName)
public String toString()
toString
in class Enum<BindingType>
public org.jboss.dmr.ModelNode toModelNode()
Copyright © 2017 JBoss by Red Hat. All rights reserved.