Uses of Enum Class
dev.vality.damsel.claim_management.UserType._Fields
Packages that use UserType._Fields
-
Uses of UserType._Fields in dev.vality.damsel.claim_management
Fields in dev.vality.damsel.claim_management with type parameters of type UserType._FieldsModifier and TypeFieldDescriptionstatic final Map<UserType._Fields,org.apache.thrift.meta_data.FieldMetaData> UserType.metaDataMapMethods in dev.vality.damsel.claim_management that return UserType._FieldsModifier and TypeMethodDescriptionprotected UserType._FieldsUserType.enumForId(short id) UserType.fieldForId(int fieldId) static UserType._FieldsUserType._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static UserType._FieldsUserType._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static UserType._FieldsUserType._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.UserType.getFields()static UserType._FieldsReturns the enum constant of this class with the specified name.static UserType._Fields[]UserType._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.claim_management that return types with arguments of type UserType._FieldsModifier and TypeMethodDescriptionMap<UserType._Fields,org.apache.thrift.meta_data.FieldMetaData> UserType.getFieldMetaData()Methods in dev.vality.damsel.claim_management with parameters of type UserType._FieldsModifier and TypeMethodDescriptionprotected voidUserType.checkType(UserType._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldUserType.getFieldDesc(UserType._Fields setField) Constructors in dev.vality.damsel.claim_management with parameters of type UserType._Fields