public enum EjbJarAttribute extends Enum<EjbJarAttribute>
Enum Constant and Description |
---|
ID |
METADATA_COMPLETE |
UNKNOWN |
VERSION |
Modifier and Type | Method and Description |
---|---|
static EjbJarAttribute |
forName(String localName) |
String |
getAttributeName() |
static EjbJarAttribute |
valueOf(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(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 EjbJarAttribute forName(String localName)
public String getAttributeName()
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.