public enum BuiltInCollections extends Enum<BuiltInCollections>
| Enum Constant and Description |
|---|
ACTIVITY
CollectionDescription of CompositeActivityDef.
|
AGGREGATE_SCRIPT |
CONTENTS
Dependency Collection of Module.
|
INCLUDE
Dependency Collection of Script.
|
MASTER_SCHEMA |
QUERY
CollectionDescription of elementary ActivityDef.
|
SCHEMA
CollectionDescription of elementary ActivityDef.
|
SCHEMA_INITIALISE |
SCRIPT
CollectionDescription of elementary ActivityDef.
|
STATE_MACHINE
CollectionDescription of elementary ActivityDef.
|
WORKFLOW
Dependency collection
|
WORKFLOW_PRIME
CollectionDescription of DescriptionFactory
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static BuiltInCollections |
getValue(String collName) |
String |
toString() |
static BuiltInCollections |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInCollections[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuiltInCollections ACTIVITY
public static final BuiltInCollections AGGREGATE_SCRIPT
public static final BuiltInCollections CONTENTS
public static final BuiltInCollections INCLUDE
public static final BuiltInCollections MASTER_SCHEMA
public static final BuiltInCollections SCHEMA
public static final BuiltInCollections SCHEMA_INITIALISE
public static final BuiltInCollections SCRIPT
public static final BuiltInCollections QUERY
public static final BuiltInCollections STATE_MACHINE
public static final BuiltInCollections WORKFLOW
public static final BuiltInCollections WORKFLOW_PRIME
public static BuiltInCollections[] values()
for (BuiltInCollections c : BuiltInCollections.values()) System.out.println(c);
public static BuiltInCollections valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
public String toString()
toString in class Enum<BuiltInCollections>public static BuiltInCollections getValue(String collName)
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.