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