Uses of Class
adams.data.conversion.Quote.QuoteType
-
Packages that use Quote.QuoteType Package Description adams.data.conversion -
-
Uses of Quote.QuoteType in adams.data.conversion
Fields in adams.data.conversion declared as Quote.QuoteType Modifier and Type Field Description protected Quote.QuoteType
Quote. m_QuoteType
the quote type to use.protected Quote.QuoteType
UnQuote. m_QuoteType
the quote type to use.Methods in adams.data.conversion that return Quote.QuoteType Modifier and Type Method Description Quote.QuoteType
Quote. getQuoteType()
Returns the type of quote to use.Quote.QuoteType
UnQuote. getQuoteType()
Returns the type of quote to use.static Quote.QuoteType
Quote.QuoteType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Quote.QuoteType[]
Quote.QuoteType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.conversion with parameters of type Quote.QuoteType Modifier and Type Method Description void
Quote. setQuoteType(Quote.QuoteType value)
Sets the type of quote to use.void
UnQuote. setQuoteType(Quote.QuoteType value)
Sets the type of quote to use.
-