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