Enum Class Parameter.ParameterAttribute
java.lang.Object
java.lang.Enum<Parameter.ParameterAttribute>
com.priint.pubserver.comet.bridge.entitydata.Parameter.ParameterAttribute
- All Implemented Interfaces:
Comet3Attribute,Serializable,Comparable<Parameter.ParameterAttribute>,Constable
- Enclosing class:
- Parameter
public static enum Parameter.ParameterAttribute
extends Enum<Parameter.ParameterAttribute>
implements Comet3Attribute
Attributes for the Comet3 Parameter 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 ConstantsEnum ConstantDescriptionField count parameter attribute.Id parameter attribute.Identifier parameter attribute.Label parameter attribute.Type parameter attribute.Value 1 parameter attribute.Value 2 parameter attribute.Value 3 parameter attribute. -
Method Summary
Modifier and TypeMethodDescriptionGets default.getName()Gets name.static Parameter.ParameterAttributeReturns the enum constant of this class with the specified name.static Parameter.ParameterAttribute[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ID
Id parameter attribute. -
IDENTIFIER
Identifier parameter attribute. -
LABEL
Label parameter attribute. -
TYPE
Type parameter attribute. -
VALUE1
Value 1 parameter attribute. -
VALUE2
Value 2 parameter attribute. -
VALUE3
Value 3 parameter attribute. -
FIELD_COUNT
Field count parameter 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
-