public enum UndertowUnaryRequirement extends Enum<UndertowUnaryRequirement> implements org.wildfly.clustering.service.UnaryRequirement, org.jboss.as.clustering.controller.UnaryServiceNameFactoryProvider
| Enum Constant and Description |
|---|
SERVER |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
org.jboss.as.clustering.controller.UnaryServiceNameFactory |
getServiceNameFactory() |
Class<?> |
getType() |
static UndertowUnaryRequirement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UndertowUnaryRequirement[] |
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, valueOfpublic static final UndertowUnaryRequirement SERVER
public static UndertowUnaryRequirement[] values()
for (UndertowUnaryRequirement c : UndertowUnaryRequirement.values()) System.out.println(c);
public static UndertowUnaryRequirement 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 org.wildfly.clustering.service.Requirementpublic Class<?> getType()
getType in interface org.wildfly.clustering.service.Requirementpublic org.jboss.as.clustering.controller.UnaryServiceNameFactory getServiceNameFactory()
getServiceNameFactory in interface org.jboss.as.clustering.controller.UnaryServiceNameFactoryProviderCopyright © 2021 JBoss by Red Hat. All rights reserved.