public static enum JndiBuilder.JndiNameStrategy.Interface extends java.lang.Enum<JndiBuilder.JndiNameStrategy.Interface>
Enum Constant and Description |
---|
BUSINESS_LOCAL |
BUSINESS_REMOTE |
LOCAL_HOME |
LOCALBEAN |
REMOTE_HOME |
SERVICE_ENDPOINT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnnotationName() |
java.lang.String |
getOpenejbLegacy() |
InterfaceType |
getType() |
java.lang.String |
getXmlName() |
java.lang.String |
getXmlNameCc() |
static JndiBuilder.JndiNameStrategy.Interface |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JndiBuilder.JndiNameStrategy.Interface[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JndiBuilder.JndiNameStrategy.Interface REMOTE_HOME
public static final JndiBuilder.JndiNameStrategy.Interface LOCAL_HOME
public static final JndiBuilder.JndiNameStrategy.Interface BUSINESS_LOCAL
public static final JndiBuilder.JndiNameStrategy.Interface LOCALBEAN
public static final JndiBuilder.JndiNameStrategy.Interface BUSINESS_REMOTE
public static final JndiBuilder.JndiNameStrategy.Interface SERVICE_ENDPOINT
public static JndiBuilder.JndiNameStrategy.Interface[] values()
for (JndiBuilder.JndiNameStrategy.Interface c : JndiBuilder.JndiNameStrategy.Interface.values()) System.out.println(c);
public static JndiBuilder.JndiNameStrategy.Interface valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic InterfaceType getType()
public java.lang.String getAnnotationName()
public java.lang.String getXmlName()
public java.lang.String getXmlNameCc()
public java.lang.String getOpenejbLegacy()