Uses of Class
dev.vality.damsel.wb_list.RowInfo._Fields
-
Uses of RowInfo._Fields in dev.vality.damsel.wb_list
Fields in dev.vality.damsel.wb_list with type parameters of type RowInfo._Fields Modifier and Type Field Description static Map<RowInfo._Fields,org.apache.thrift.meta_data.FieldMetaData>RowInfo. metaDataMapMethods in dev.vality.damsel.wb_list that return RowInfo._Fields Modifier and Type Method Description protected RowInfo._FieldsRowInfo. enumForId(short id)RowInfo._FieldsRowInfo. fieldForId(int fieldId)static RowInfo._FieldsRowInfo._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static RowInfo._FieldsRowInfo._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static RowInfo._FieldsRowInfo._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.RowInfo._Fields[]RowInfo. getFields()static RowInfo._FieldsRowInfo._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static RowInfo._Fields[]RowInfo._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.wb_list that return types with arguments of type RowInfo._Fields Modifier and Type Method Description Map<RowInfo._Fields,org.apache.thrift.meta_data.FieldMetaData>RowInfo. getFieldMetaData()Methods in dev.vality.damsel.wb_list with parameters of type RowInfo._Fields Modifier and Type Method Description protected voidRowInfo. checkType(RowInfo._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldRowInfo. getFieldDesc(RowInfo._Fields setField)Constructors in dev.vality.damsel.wb_list with parameters of type RowInfo._Fields Constructor Description RowInfo(RowInfo._Fields setField, Object value)