public enum CommonUnaryRequirement extends Enum<CommonUnaryRequirement> implements UnaryRequirement, UnaryServiceNameFactoryProvider
| Enum Constant and Description |
|---|
CREDENTIAL_STORE |
DATA_SOURCE |
KEY_STORE |
OUTBOUND_SOCKET_BINDING |
PATH |
SOCKET_BINDING |
SSL_CONTEXT |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
UnaryServiceNameFactory |
getServiceNameFactory() |
Class<?> |
getType() |
static CommonUnaryRequirement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonUnaryRequirement[] |
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, valueOfresolvegetServiceName, getServiceNamegetServiceNamepublic static final CommonUnaryRequirement CREDENTIAL_STORE
public static final CommonUnaryRequirement DATA_SOURCE
public static final CommonUnaryRequirement KEY_STORE
public static final CommonUnaryRequirement OUTBOUND_SOCKET_BINDING
public static final CommonUnaryRequirement PATH
public static final CommonUnaryRequirement SOCKET_BINDING
public static final CommonUnaryRequirement SSL_CONTEXT
public static CommonUnaryRequirement[] values()
for (CommonUnaryRequirement c : CommonUnaryRequirement.values()) System.out.println(c);
public static CommonUnaryRequirement 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 UnaryServiceNameFactory getServiceNameFactory()
getServiceNameFactory in interface UnaryServiceNameFactoryProviderCopyright © 2021 JBoss by Red Hat. All rights reserved.