Enum Class WorkflowStatus.WorkflowStatusAttribute
java.lang.Object
java.lang.Enum<WorkflowStatus.WorkflowStatusAttribute>
com.priint.pubserver.comet.bridge.entitydata.WorkflowStatus.WorkflowStatusAttribute
- All Implemented Interfaces:
Comet3Attribute,Serializable,Comparable<WorkflowStatus.WorkflowStatusAttribute>,Constable
- Enclosing class:
- WorkflowStatus
public static enum WorkflowStatus.WorkflowStatusAttribute
extends Enum<WorkflowStatus.WorkflowStatusAttribute>
implements Comet3Attribute
Attributes for the Comet3 WorkflowStatus type.
CAUTION! Do not change the order of these attributes or add or remove attributes, otherwise the InDesign Comet Plug-Ins and other clients will misinterpret the data sent from the Publishing Server.
CAUTION! Do not change the order of these attributes or add or remove attributes, otherwise the InDesign Comet Plug-Ins and other clients will misinterpret the data sent from the Publishing Server.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
ID
Id workflow status attribute. -
LABEL
Label workflow status attribute. -
TYPE
Type workflow status attribute. -
ACTION_ID
Action id workflow status attribute.
-
-
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
Description copied from interface:Comet3AttributeGets name.- Specified by:
getNamein interfaceComet3Attribute- Returns:
- the name
-
getDefault
Description copied from interface:Comet3AttributeGets default.- Specified by:
getDefaultin interfaceComet3Attribute- Returns:
- the default
-