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