public enum CommonRequirement extends Enum<CommonRequirement> implements Requirement, ServiceNameFactoryProvider
| Enum Constant and Description |
|---|
ELYTRON |
MBEAN_SERVER |
NAMING_STORE |
PATH_MANAGER |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
ServiceNameFactory |
getServiceNameFactory() |
Class<?> |
getType() |
static CommonRequirement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonRequirement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetServiceName, getServiceNamepublic static final CommonRequirement ELYTRON
public static final CommonRequirement MBEAN_SERVER
public static final CommonRequirement NAMING_STORE
public static final CommonRequirement PATH_MANAGER
public static CommonRequirement[] values()
for (CommonRequirement c : CommonRequirement.values()) System.out.println(c);
public static CommonRequirement 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 getName()
getName in interface Requirementpublic Class<?> getType()
getType in interface Requirementpublic ServiceNameFactory getServiceNameFactory()
getServiceNameFactory in interface ServiceNameFactoryProviderCopyright © 2018 JBoss by Red Hat. All rights reserved.