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.QuoteTypeNewList. m_QuoteTypethe quote type to use.Methods in adams.flow.source that return NewList.QuoteType Modifier and Type Method Description NewList.QuoteTypeNewList. getQuoteType()Returns the type of quote to use.static NewList.QuoteTypeNewList.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 voidNewList. setQuoteType(NewList.QuoteType value)Sets the type of quote to use.
-