public enum EjbJarAttribute extends java.lang.Enum<EjbJarAttribute>
| Enum Constant | Description |
|---|---|
ID |
|
METADATA_COMPLETE |
|
UNKNOWN |
|
VERSION |
| Modifier and Type | Method | Description |
|---|---|---|
static EjbJarAttribute |
forName(java.lang.String localName) |
|
java.lang.String |
getAttributeName() |
|
static EjbJarAttribute |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static EjbJarAttribute[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EjbJarAttribute UNKNOWN
public static final EjbJarAttribute ID
public static final EjbJarAttribute METADATA_COMPLETE
public static final EjbJarAttribute VERSION
public static EjbJarAttribute[] values()
for (EjbJarAttribute c : EjbJarAttribute.values()) System.out.println(c);
public static EjbJarAttribute 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 static EjbJarAttribute forName(java.lang.String localName)
public java.lang.String getAttributeName()
Copyright © 2018 JBoss by Red Hat. All rights reserved.