Uses of Class
com.longport.quote.WarrantType
-
Packages that use WarrantType Package Description com.longport.quote -
-
Uses of WarrantType in com.longport.quote
Methods in com.longport.quote that return WarrantType Modifier and Type Method Description WarrantType
WarrantQuote. getCategory()
WarrantType
WarrantInfo. getWarrantType()
static WarrantType
WarrantType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WarrantType[]
WarrantType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.longport.quote with parameters of type WarrantType Modifier and Type Method Description QueryWarrantOptions
QueryWarrantOptions. setWarrantType(WarrantType[] warrantType)
-