Uses of Enum Class
dev.vality.damsel.msgpack.Value._Fields
Packages that use Value._Fields
-
Uses of Value._Fields in dev.vality.damsel.msgpack
Fields in dev.vality.damsel.msgpack with type parameters of type Value._FieldsModifier and TypeFieldDescriptionstatic final Map<Value._Fields,org.apache.thrift.meta_data.FieldMetaData> Value.metaDataMapMethods in dev.vality.damsel.msgpack that return Value._FieldsModifier and TypeMethodDescriptionprotected Value._FieldsValue.enumForId(short id) Value.fieldForId(int fieldId) static Value._FieldsValue._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static Value._FieldsValue._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static Value._FieldsValue._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Value.getFields()static Value._FieldsReturns the enum constant of this class with the specified name.static Value._Fields[]Value._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.msgpack that return types with arguments of type Value._FieldsModifier and TypeMethodDescriptionMap<Value._Fields,org.apache.thrift.meta_data.FieldMetaData> Value.getFieldMetaData()Methods in dev.vality.damsel.msgpack with parameters of type Value._FieldsModifier and TypeMethodDescriptionprotected voidValue.checkType(Value._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldValue.getFieldDesc(Value._Fields setField) Constructors in dev.vality.damsel.msgpack with parameters of type Value._Fields