Uses of Enum Class
dev.vality.damsel.accounter.PostingBatch._Fields
Packages that use PostingBatch._Fields
-
Uses of PostingBatch._Fields in dev.vality.damsel.accounter
Fields in dev.vality.damsel.accounter with type parameters of type PostingBatch._FieldsModifier and TypeFieldDescriptionstatic final Map<PostingBatch._Fields,org.apache.thrift.meta_data.FieldMetaData> PostingBatch.metaDataMapMethods in dev.vality.damsel.accounter that return PostingBatch._FieldsModifier and TypeMethodDescriptionPostingBatch.fieldForId(int fieldId) static PostingBatch._FieldsPostingBatch._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static PostingBatch._FieldsPostingBatch._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static PostingBatch._FieldsPostingBatch._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.PostingBatch.getFields()static PostingBatch._FieldsReturns the enum constant of this class with the specified name.static PostingBatch._Fields[]PostingBatch._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.accounter that return types with arguments of type PostingBatch._FieldsModifier and TypeMethodDescriptionMap<PostingBatch._Fields,org.apache.thrift.meta_data.FieldMetaData> PostingBatch.getFieldMetaData()Methods in dev.vality.damsel.accounter with parameters of type PostingBatch._FieldsModifier and TypeMethodDescriptionPostingBatch.getFieldValue(PostingBatch._Fields field) booleanPostingBatch.isSet(PostingBatch._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidPostingBatch.setFieldValue(PostingBatch._Fields field, Object value)