public static enum DynamicCompositeAgent.Status extends java.lang.Enum<DynamicCompositeAgent.Status>
Enum Constant and Description |
---|
ACTIVE
Agent is not active after a successful
DynamicCompositeAgent.onStart() |
CLOSED
Agent has been closed.
|
INIT
Agent is being initialised and has not yet been started.
|
Modifier and Type | Method and Description |
---|---|
static DynamicCompositeAgent.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DynamicCompositeAgent.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamicCompositeAgent.Status INIT
public static final DynamicCompositeAgent.Status ACTIVE
DynamicCompositeAgent.onStart()
public static final DynamicCompositeAgent.Status CLOSED
public static DynamicCompositeAgent.Status[] values()
for (DynamicCompositeAgent.Status c : DynamicCompositeAgent.Status.values()) System.out.println(c);
public static DynamicCompositeAgent.Status 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 nullCopyright © 2014-2019 Real Logic Ltd. All Rights Reserved.