Uses of Enum Class
dev.vality.damsel.domain.ShopLocation._Fields
Packages that use ShopLocation._Fields
-
Uses of ShopLocation._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type ShopLocation._FieldsModifier and TypeFieldDescriptionstatic final Map<ShopLocation._Fields,org.apache.thrift.meta_data.FieldMetaData> ShopLocation.metaDataMapMethods in dev.vality.damsel.domain that return ShopLocation._FieldsModifier and TypeMethodDescriptionprotected ShopLocation._FieldsShopLocation.enumForId(short id) ShopLocation.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.getFields()static ShopLocation._FieldsReturns the enum constant of this class with the specified name.static ShopLocation._Fields[]ShopLocation._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.domain that return types with arguments of type ShopLocation._FieldsModifier and TypeMethodDescriptionMap<ShopLocation._Fields,org.apache.thrift.meta_data.FieldMetaData> ShopLocation.getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type ShopLocation._FieldsModifier and TypeMethodDescriptionprotected 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