Class EnumProperty<E extends Enum<E>>
java.lang.Object
io.camunda.zeebe.msgpack.property.BaseProperty<EnumValue<E>>
io.camunda.zeebe.msgpack.property.EnumProperty<E>
- All Implemented Interfaces:
Recyclable
-
Field Summary
Fields inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
defaultValue, isSet, key, value -
Constructor Summary
ConstructorsConstructorDescriptionEnumProperty(String key, Class<E> type) EnumProperty(String key, Class<E> type, E defaultValue) -
Method Summary
Methods inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
equals, getEncodedLength, getKey, hashCode, hasValue, read, reset, resolveValue, set, toString, write, writeJSON
-
Constructor Details
-
EnumProperty
-
EnumProperty
-
-
Method Details
-
getValue
-
setValue
-