Package io.zeebe.exporter.proto
Enum Schema.RecordMetadata.ValueType
- java.lang.Object
-
- java.lang.Enum<Schema.RecordMetadata.ValueType>
-
- io.zeebe.exporter.proto.Schema.RecordMetadata.ValueType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Schema.RecordMetadata.ValueType>
- Enclosing class:
- Schema.RecordMetadata
public static enum Schema.RecordMetadata.ValueType extends Enum<Schema.RecordMetadata.ValueType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumexporter_protocol.RecordMetadata.ValueType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DEPLOYMENTDEPLOYMENT = 2;DEPLOYMENT_DISTRIBUTIONDEPLOYMENT_DISTRIBUTION = 16;ERRORERROR = 14;INCIDENTINCIDENT = 4;JOBJOB = 1;JOB_BATCHJOB_BATCH = 8;MESSAGEMESSAGE = 5;MESSAGE_START_EVENT_SUBSCRIPTIONMESSAGE_START_EVENT_SUBSCRIPTION = 10;MESSAGE_SUBSCRIPTIONMESSAGE_SUBSCRIPTION = 6;PROCESSPROCESS = 15;PROCESS_EVENTPROCESS_EVENT = 17;PROCESS_INSTANCEPROCESS_INSTANCE = 3;PROCESS_INSTANCE_CREATIONPROCESS_INSTANCE_CREATION = 13;PROCESS_MESSAGE_SUBSCRIPTIONPROCESS_MESSAGE_SUBSCRIPTION = 7;TIMERTIMER = 9;UNKNOWN_VALUE_TYPEUNKNOWN_VALUE_TYPE = 0;UNRECOGNIZEDVARIABLEVARIABLE = 11;VARIABLE_DOCUMENTVARIABLE_DOCUMENT = 12;
-
Field Summary
Fields Modifier and Type Field Description static intDEPLOYMENT_DISTRIBUTION_VALUEDEPLOYMENT_DISTRIBUTION = 16;static intDEPLOYMENT_VALUEDEPLOYMENT = 2;static intERROR_VALUEERROR = 14;static intINCIDENT_VALUEINCIDENT = 4;static intJOB_BATCH_VALUEJOB_BATCH = 8;static intJOB_VALUEJOB = 1;static intMESSAGE_START_EVENT_SUBSCRIPTION_VALUEMESSAGE_START_EVENT_SUBSCRIPTION = 10;static intMESSAGE_SUBSCRIPTION_VALUEMESSAGE_SUBSCRIPTION = 6;static intMESSAGE_VALUEMESSAGE = 5;static intPROCESS_EVENT_VALUEPROCESS_EVENT = 17;static intPROCESS_INSTANCE_CREATION_VALUEPROCESS_INSTANCE_CREATION = 13;static intPROCESS_INSTANCE_VALUEPROCESS_INSTANCE = 3;static intPROCESS_MESSAGE_SUBSCRIPTION_VALUEPROCESS_MESSAGE_SUBSCRIPTION = 7;static intPROCESS_VALUEPROCESS = 15;static intTIMER_VALUETIMER = 9;static intUNKNOWN_VALUE_TYPE_VALUEUNKNOWN_VALUE_TYPE = 0;static intVARIABLE_DOCUMENT_VALUEVARIABLE_DOCUMENT = 12;static intVARIABLE_VALUEVARIABLE = 11;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Schema.RecordMetadata.ValueTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<Schema.RecordMetadata.ValueType>internalGetValueMap()static Schema.RecordMetadata.ValueTypevalueOf(int value)Deprecated.static Schema.RecordMetadata.ValueTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Schema.RecordMetadata.ValueTypevalueOf(String name)Returns the enum constant of this type with the specified name.static Schema.RecordMetadata.ValueType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNKNOWN_VALUE_TYPE
public static final Schema.RecordMetadata.ValueType UNKNOWN_VALUE_TYPE
UNKNOWN_VALUE_TYPE = 0;
-
JOB
public static final Schema.RecordMetadata.ValueType JOB
JOB = 1;
-
DEPLOYMENT
public static final Schema.RecordMetadata.ValueType DEPLOYMENT
DEPLOYMENT = 2;
-
PROCESS_INSTANCE
public static final Schema.RecordMetadata.ValueType PROCESS_INSTANCE
PROCESS_INSTANCE = 3;
-
INCIDENT
public static final Schema.RecordMetadata.ValueType INCIDENT
INCIDENT = 4;
-
MESSAGE
public static final Schema.RecordMetadata.ValueType MESSAGE
MESSAGE = 5;
-
MESSAGE_SUBSCRIPTION
public static final Schema.RecordMetadata.ValueType MESSAGE_SUBSCRIPTION
MESSAGE_SUBSCRIPTION = 6;
-
PROCESS_MESSAGE_SUBSCRIPTION
public static final Schema.RecordMetadata.ValueType PROCESS_MESSAGE_SUBSCRIPTION
PROCESS_MESSAGE_SUBSCRIPTION = 7;
-
JOB_BATCH
public static final Schema.RecordMetadata.ValueType JOB_BATCH
JOB_BATCH = 8;
-
TIMER
public static final Schema.RecordMetadata.ValueType TIMER
TIMER = 9;
-
MESSAGE_START_EVENT_SUBSCRIPTION
public static final Schema.RecordMetadata.ValueType MESSAGE_START_EVENT_SUBSCRIPTION
MESSAGE_START_EVENT_SUBSCRIPTION = 10;
-
VARIABLE
public static final Schema.RecordMetadata.ValueType VARIABLE
VARIABLE = 11;
-
VARIABLE_DOCUMENT
public static final Schema.RecordMetadata.ValueType VARIABLE_DOCUMENT
VARIABLE_DOCUMENT = 12;
-
PROCESS_INSTANCE_CREATION
public static final Schema.RecordMetadata.ValueType PROCESS_INSTANCE_CREATION
PROCESS_INSTANCE_CREATION = 13;
-
ERROR
public static final Schema.RecordMetadata.ValueType ERROR
ERROR = 14;
-
PROCESS
public static final Schema.RecordMetadata.ValueType PROCESS
PROCESS = 15;
-
DEPLOYMENT_DISTRIBUTION
public static final Schema.RecordMetadata.ValueType DEPLOYMENT_DISTRIBUTION
DEPLOYMENT_DISTRIBUTION = 16;
-
PROCESS_EVENT
public static final Schema.RecordMetadata.ValueType PROCESS_EVENT
PROCESS_EVENT = 17;
-
UNRECOGNIZED
public static final Schema.RecordMetadata.ValueType UNRECOGNIZED
-
-
Field Detail
-
UNKNOWN_VALUE_TYPE_VALUE
public static final int UNKNOWN_VALUE_TYPE_VALUE
UNKNOWN_VALUE_TYPE = 0;- See Also:
- Constant Field Values
-
JOB_VALUE
public static final int JOB_VALUE
JOB = 1;- See Also:
- Constant Field Values
-
DEPLOYMENT_VALUE
public static final int DEPLOYMENT_VALUE
DEPLOYMENT = 2;- See Also:
- Constant Field Values
-
PROCESS_INSTANCE_VALUE
public static final int PROCESS_INSTANCE_VALUE
PROCESS_INSTANCE = 3;- See Also:
- Constant Field Values
-
INCIDENT_VALUE
public static final int INCIDENT_VALUE
INCIDENT = 4;- See Also:
- Constant Field Values
-
MESSAGE_VALUE
public static final int MESSAGE_VALUE
MESSAGE = 5;- See Also:
- Constant Field Values
-
MESSAGE_SUBSCRIPTION_VALUE
public static final int MESSAGE_SUBSCRIPTION_VALUE
MESSAGE_SUBSCRIPTION = 6;- See Also:
- Constant Field Values
-
PROCESS_MESSAGE_SUBSCRIPTION_VALUE
public static final int PROCESS_MESSAGE_SUBSCRIPTION_VALUE
PROCESS_MESSAGE_SUBSCRIPTION = 7;- See Also:
- Constant Field Values
-
JOB_BATCH_VALUE
public static final int JOB_BATCH_VALUE
JOB_BATCH = 8;- See Also:
- Constant Field Values
-
TIMER_VALUE
public static final int TIMER_VALUE
TIMER = 9;- See Also:
- Constant Field Values
-
MESSAGE_START_EVENT_SUBSCRIPTION_VALUE
public static final int MESSAGE_START_EVENT_SUBSCRIPTION_VALUE
MESSAGE_START_EVENT_SUBSCRIPTION = 10;- See Also:
- Constant Field Values
-
VARIABLE_VALUE
public static final int VARIABLE_VALUE
VARIABLE = 11;- See Also:
- Constant Field Values
-
VARIABLE_DOCUMENT_VALUE
public static final int VARIABLE_DOCUMENT_VALUE
VARIABLE_DOCUMENT = 12;- See Also:
- Constant Field Values
-
PROCESS_INSTANCE_CREATION_VALUE
public static final int PROCESS_INSTANCE_CREATION_VALUE
PROCESS_INSTANCE_CREATION = 13;- See Also:
- Constant Field Values
-
ERROR_VALUE
public static final int ERROR_VALUE
ERROR = 14;- See Also:
- Constant Field Values
-
PROCESS_VALUE
public static final int PROCESS_VALUE
PROCESS = 15;- See Also:
- Constant Field Values
-
DEPLOYMENT_DISTRIBUTION_VALUE
public static final int DEPLOYMENT_DISTRIBUTION_VALUE
DEPLOYMENT_DISTRIBUTION = 16;- See Also:
- Constant Field Values
-
PROCESS_EVENT_VALUE
public static final int PROCESS_EVENT_VALUE
PROCESS_EVENT = 17;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Schema.RecordMetadata.ValueType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Schema.RecordMetadata.ValueType c : Schema.RecordMetadata.ValueType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Schema.RecordMetadata.ValueType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static Schema.RecordMetadata.ValueType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static Schema.RecordMetadata.ValueType forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Schema.RecordMetadata.ValueType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Schema.RecordMetadata.ValueType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-