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