public enum ClusterType extends Enum<ClusterType>
| Enum Constant and Description |
|---|
ATTACHMENT |
COLLECTION
The root of the Collection object cluster.
|
HISTORY
This is the cluster that contains all event for this Item.
|
JOB
Agents store their persistent jobs in this cluster that have been pushed
to them by activities configured to do so.
|
LIFECYCLE
The cluster which holds the Item workflow.
|
OUTCOME
This cluster holds all outcomes of this Item.
|
PATH |
PROPERTY
The root of the Property object cluster.
|
ROOT
The defined path of the root of the CRISTAL Kernel object cluster tree.
|
VIEWPOINT
This cluster contains all viewpoints.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static ClusterType |
getValue(String name) |
String |
toString() |
static ClusterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterType ROOT
public static final ClusterType PATH
public static final ClusterType PROPERTY
public static final ClusterType COLLECTION
public static final ClusterType LIFECYCLE
Workflowpublic static final ClusterType OUTCOME
public static final ClusterType HISTORY
public static final ClusterType VIEWPOINT
public static final ClusterType JOB
public static final ClusterType ATTACHMENT
public static ClusterType[] values()
for (ClusterType c : ClusterType.values()) System.out.println(c);
public static ClusterType 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<ClusterType>public static ClusterType getValue(String name)
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.