Package | Description |
---|---|
resources |
Modifier and Type | Method and Description |
---|---|
Constants.AgentType |
AgentID.getAgentType()
Gets the agentType attribute.
|
static Constants.AgentType |
Constants.AgentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.AgentType[] |
Constants.AgentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AgentID.setAgentType(Constants.AgentType pAgentType)
Sets the agentType attribute.
|
Constructor and Description |
---|
AgentID(Constants.AgentType pAgentType,
int pAgentNumber) |