Uses of Class
ix.util.EnumeratedValue

Packages that use EnumeratedValue
ix.icore I-X core classes. 
ix.icore.domain Domain descriptions. 
ix.icore.plan Classes for external / snapshot representation of processes. 
ix.ispace Information about other agents and agent-relationships. 
ix.util General-purpose utilities. 
 

Uses of EnumeratedValue in ix.icore
 

Subclasses of EnumeratedValue in ix.icore
 class Priority
          Priority values.
 class ReportType
          Report types.
 class Status
          Status values for "completable" entities.
 class YesNo
          YesNo values.
 

Uses of EnumeratedValue in ix.icore.domain
 

Subclasses of EnumeratedValue in ix.icore.domain
 class End
          Used to specify the begin or end of a node in a NodeEndRef.
static class ObjectProperty.Syntax
           
 

Uses of EnumeratedValue in ix.icore.plan
 

Subclasses of EnumeratedValue in ix.icore.plan
 class VariableScope
          Scope values for PlanVariables.
 

Uses of EnumeratedValue in ix.ispace
 

Subclasses of EnumeratedValue in ix.ispace
 class AgentRelationship
          Standard relationships between agents.
 

Uses of EnumeratedValue in ix.util
 

Methods in ix.util that return EnumeratedValue
protected static EnumeratedValue EnumeratedValue.getValue(java.util.List values, java.lang.String name)
           
protected static EnumeratedValue EnumeratedValue.getValueElseError(java.util.List values, java.lang.String name)
           
 

Methods in ix.util with parameters of type EnumeratedValue
protected static void EnumeratedValue.recordValue(java.util.List values, EnumeratedValue value)