public final class AgentType extends EnumerationType
Agent| Modifier and Type | Field and Description |
|---|---|
static AgentType |
COMMERCIAL
Agent type for a commercial entity.
|
static AgentType |
EDUCATIONAL
Agent type for an educational institution.
|
static AgentType |
GOVERNMENT
Agent type for a governmental body.
|
static AgentType |
NONPROFIT
Agent type for a non-profit organization.
|
static AgentType |
OTHER
Agent type that doesn't fit the other categories.
|
static AgentType |
STANDARD
Agent type for a standards body.
|
equals, toStringpublic static final AgentType COMMERCIAL
public static final AgentType GOVERNMENT
public static final AgentType EDUCATIONAL
public static final AgentType NONPROFIT
public static final AgentType STANDARD
public static final AgentType OTHER