public enum SingletonRequirement extends Enum<SingletonRequirement> implements DefaultableUnaryRequirement
Enum Constant and Description |
---|
SINGLETON_POLICY |
Modifier and Type | Method and Description |
---|---|
Requirement |
getDefaultRequirement() |
String |
getName()
The base name of this requirement.
|
static SingletonRequirement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SingletonRequirement[] |
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, valueOf
getType
resolve
public static final SingletonRequirement SINGLETON_POLICY
public static SingletonRequirement[] values()
for (SingletonRequirement c : SingletonRequirement.values()) System.out.println(c);
public static SingletonRequirement 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()
Requirement
getName
in interface Requirement
public Requirement getDefaultRequirement()
getDefaultRequirement
in interface DefaultableUnaryRequirement
Copyright © 2018 JBoss by Red Hat. All rights reserved.