public static enum AgentBuilder.Default.Transformation.Resolution.Sort extends Enum<AgentBuilder.Default.Transformation.Resolution.Sort>
AgentBuilder.Default.Transformation.Resolution
.Enum Constant and Description |
---|
DECORATOR
A resolution that can serve as a decorator for another resolution.
|
TERMINAL
A terminal resolution.
|
UNDEFINED
A non-resolved resolution.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
isAlive()
Returns
true if this resolution is alive. |
static AgentBuilder.Default.Transformation.Resolution.Sort |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentBuilder.Default.Transformation.Resolution.Sort[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentBuilder.Default.Transformation.Resolution.Sort TERMINAL
public static final AgentBuilder.Default.Transformation.Resolution.Sort DECORATOR
public static final AgentBuilder.Default.Transformation.Resolution.Sort UNDEFINED
public static AgentBuilder.Default.Transformation.Resolution.Sort[] values()
for (AgentBuilder.Default.Transformation.Resolution.Sort c : AgentBuilder.Default.Transformation.Resolution.Sort.values()) System.out.println(c);
public static AgentBuilder.Default.Transformation.Resolution.Sort 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 nullprotected boolean isAlive()
true
if this resolution is alive.true
if this resolution is alive.Copyright © 2014–2019. All rights reserved.