private static enum ShrinkWrap.DefaultDomainWrapper extends java.lang.Enum<ShrinkWrap.DefaultDomainWrapper>
Enum Constant and Description |
---|
SINGLETON |
Modifier and Type | Field and Description |
---|---|
private Domain |
domain
The wrapped default domain
|
Modifier and Type | Method and Description |
---|---|
private Domain |
getDefaultDomain()
Obtains the default domain for the system
|
static ShrinkWrap.DefaultDomainWrapper |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShrinkWrap.DefaultDomainWrapper[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShrinkWrap.DefaultDomainWrapper SINGLETON
private transient Domain domain
public static ShrinkWrap.DefaultDomainWrapper[] values()
for (ShrinkWrap.DefaultDomainWrapper c : ShrinkWrap.DefaultDomainWrapper.values()) System.out.println(c);
public static ShrinkWrap.DefaultDomainWrapper valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullprivate Domain getDefaultDomain()