Uses of Class
dev.vality.damsel.domain.CryptoCurrencyConditionDefinition._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CryptoCurrencyConditionDefinition._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type CryptoCurrencyConditionDefinition._Fields Modifier and Type Field Description static Map<CryptoCurrencyConditionDefinition._Fields,org.apache.thrift.meta_data.FieldMetaData>CryptoCurrencyConditionDefinition. metaDataMapMethods in dev.vality.damsel.domain that return CryptoCurrencyConditionDefinition._Fields Modifier and Type Method Description protected CryptoCurrencyConditionDefinition._FieldsCryptoCurrencyConditionDefinition. enumForId(short id)CryptoCurrencyConditionDefinition._FieldsCryptoCurrencyConditionDefinition. fieldForId(int fieldId)static CryptoCurrencyConditionDefinition._FieldsCryptoCurrencyConditionDefinition._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static CryptoCurrencyConditionDefinition._FieldsCryptoCurrencyConditionDefinition._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static CryptoCurrencyConditionDefinition._FieldsCryptoCurrencyConditionDefinition._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.CryptoCurrencyConditionDefinition._Fields[]CryptoCurrencyConditionDefinition. getFields()static CryptoCurrencyConditionDefinition._FieldsCryptoCurrencyConditionDefinition._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptoCurrencyConditionDefinition._Fields[]CryptoCurrencyConditionDefinition._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 CryptoCurrencyConditionDefinition._Fields Modifier and Type Method Description Map<CryptoCurrencyConditionDefinition._Fields,org.apache.thrift.meta_data.FieldMetaData>CryptoCurrencyConditionDefinition. getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type CryptoCurrencyConditionDefinition._Fields Modifier and Type Method Description protected voidCryptoCurrencyConditionDefinition. checkType(CryptoCurrencyConditionDefinition._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldCryptoCurrencyConditionDefinition. getFieldDesc(CryptoCurrencyConditionDefinition._Fields setField)Constructors in dev.vality.damsel.domain with parameters of type CryptoCurrencyConditionDefinition._Fields Constructor Description CryptoCurrencyConditionDefinition(CryptoCurrencyConditionDefinition._Fields setField, Object value)