Package org.cristalise.kernel.collection
Enum Class BuiltInCollections
- All Implemented Interfaces:
Serializable,Comparable<BuiltInCollections>,Constable
Helper enumeration to make built-in Collection names easier to maintain and document
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCollectionDescription of CompositeActivityDef.Dependency Collection of Module.Dependency Collection of Script.Dependency Collection of DomainContext.CollectionDescription of elementary ActivityDef.CollectionDescription of elementary ActivityDef.CollectionDescription of elementary ActivityDef.CollectionDescription of elementary ActivityDef.Dependency Collection of DomainContext.Dependency collection -
Method Summary
Modifier and TypeMethodDescriptiongetName()static BuiltInCollectionstoString()static BuiltInCollectionsReturns the enum constant of this class with the specified name.static BuiltInCollections[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACTIVITY
CollectionDescription of CompositeActivityDef. It is instantiated as .... Also it is Dependency Collection of Workflow. -
ACTIVITY_PRIME
-
AGGREGATE_SCRIPT
-
AGGREGATE_SCRIPT_PRIME
-
PARENT_CONTEXT
Dependency Collection of DomainContext. .... -
PARENT_CONTEXT_PRIME
-
SUB_CONTEXTS
Dependency Collection of DomainContext. .... -
SUB_CONTEXTS_PRIME
-
CONTENTS
Dependency Collection of Module. .... -
CONTENTS_PRIME
-
INCLUDE
Dependency Collection of Script. ... -
INCLUDE_PRIME
-
MASTER_SCHEMA
-
MASTER_SCHEMA_PRIME
-
SCHEMA
CollectionDescription of elementary ActivityDef. It is instantiated as two Activity properties (see bellow). Also it is Dependency Collection of Activity.- See Also:
-
SCHEMA_PRIME
-
SCHEMA_INITIALISE
-
SCHEMA_INITIALISE_PRIME
-
SCRIPT
CollectionDescription of elementary ActivityDef. It is instantiated as two Activity properties (see bellow). Also it is Dependency Collection of Workflow.- See Also:
-
SCRIPT_PRIME
-
QUERY
CollectionDescription of elementary ActivityDef. It is instantiated as two Activity properties (see bellow). Also it is Dependency Collection of Workflow.- See Also:
-
QUERY_PRIME
-
STATE_MACHINE
CollectionDescription of elementary ActivityDef. It is instantiated as two Activity properties- See Also:
-
STATE_MACHINE_PRIME
-
WORKFLOW
Dependency collection -
WORKFLOW_PRIME
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getName
-
toString
- Overrides:
toStringin classEnum<BuiltInCollections>
-
getValue
-