Package io.zeebe.exporter.proto
Enum Schema.VariableDocumentRecord.UpdateSemantics
- java.lang.Object
-
- java.lang.Enum<Schema.VariableDocumentRecord.UpdateSemantics>
-
- io.zeebe.exporter.proto.Schema.VariableDocumentRecord.UpdateSemantics
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Schema.VariableDocumentRecord.UpdateSemantics>
- Enclosing class:
- Schema.VariableDocumentRecord
public static enum Schema.VariableDocumentRecord.UpdateSemantics extends Enum<Schema.VariableDocumentRecord.UpdateSemantics> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumexporter_protocol.VariableDocumentRecord.UpdateSemantics
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LOCALLOCAL = 1;PROPAGATEPROPAGATE = 2;UNKNOWN_UPDATE_SEMANTICSUNKNOWN_UPDATE_SEMANTICS = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intLOCAL_VALUELOCAL = 1;static intPROPAGATE_VALUEPROPAGATE = 2;static intUNKNOWN_UPDATE_SEMANTICS_VALUEUNKNOWN_UPDATE_SEMANTICS = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Schema.VariableDocumentRecord.UpdateSemanticsforNumber(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.VariableDocumentRecord.UpdateSemantics>internalGetValueMap()static Schema.VariableDocumentRecord.UpdateSemanticsvalueOf(int value)Deprecated.static Schema.VariableDocumentRecord.UpdateSemanticsvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Schema.VariableDocumentRecord.UpdateSemanticsvalueOf(String name)Returns the enum constant of this type with the specified name.static Schema.VariableDocumentRecord.UpdateSemantics[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNKNOWN_UPDATE_SEMANTICS
public static final Schema.VariableDocumentRecord.UpdateSemantics UNKNOWN_UPDATE_SEMANTICS
UNKNOWN_UPDATE_SEMANTICS = 0;
-
LOCAL
public static final Schema.VariableDocumentRecord.UpdateSemantics LOCAL
LOCAL = 1;
-
PROPAGATE
public static final Schema.VariableDocumentRecord.UpdateSemantics PROPAGATE
PROPAGATE = 2;
-
UNRECOGNIZED
public static final Schema.VariableDocumentRecord.UpdateSemantics UNRECOGNIZED
-
-
Field Detail
-
UNKNOWN_UPDATE_SEMANTICS_VALUE
public static final int UNKNOWN_UPDATE_SEMANTICS_VALUE
UNKNOWN_UPDATE_SEMANTICS = 0;- See Also:
- Constant Field Values
-
LOCAL_VALUE
public static final int LOCAL_VALUE
LOCAL = 1;- See Also:
- Constant Field Values
-
PROPAGATE_VALUE
public static final int PROPAGATE_VALUE
PROPAGATE = 2;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Schema.VariableDocumentRecord.UpdateSemantics[] 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.VariableDocumentRecord.UpdateSemantics c : Schema.VariableDocumentRecord.UpdateSemantics.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.VariableDocumentRecord.UpdateSemantics 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.VariableDocumentRecord.UpdateSemantics 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.VariableDocumentRecord.UpdateSemantics forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Schema.VariableDocumentRecord.UpdateSemantics> 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.VariableDocumentRecord.UpdateSemantics 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
-
-