Uses of Enum Class
dev.vality.damsel.proxy_inspector.Party._Fields
Packages that use Party._Fields
-
Uses of Party._Fields in dev.vality.damsel.proxy_inspector
Fields in dev.vality.damsel.proxy_inspector with type parameters of type Party._FieldsModifier and TypeFieldDescriptionstatic final Map<Party._Fields,org.apache.thrift.meta_data.FieldMetaData> Party.metaDataMapMethods in dev.vality.damsel.proxy_inspector that return Party._FieldsModifier and TypeMethodDescriptionParty.fieldForId(int fieldId) static Party._FieldsParty._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static Party._FieldsParty._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static Party._FieldsParty._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Party.getFields()static Party._FieldsReturns the enum constant of this class with the specified name.static Party._Fields[]Party._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.proxy_inspector that return types with arguments of type Party._FieldsModifier and TypeMethodDescriptionMap<Party._Fields,org.apache.thrift.meta_data.FieldMetaData> Party.getFieldMetaData()Methods in dev.vality.damsel.proxy_inspector with parameters of type Party._FieldsModifier and TypeMethodDescriptionParty.getFieldValue(Party._Fields field) booleanParty.isSet(Party._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidParty.setFieldValue(Party._Fields field, Object value)