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