Uses of Class
com.longport.quote.WarrantStatus
-
Packages that use WarrantStatus Package Description com.longport.quote -
-
Uses of WarrantStatus in com.longport.quote
Methods in com.longport.quote that return WarrantStatus Modifier and Type Method Description WarrantStatus
WarrantInfo. getStatus()
static WarrantStatus
WarrantStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static WarrantStatus[]
WarrantStatus. 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 WarrantStatus Modifier and Type Method Description QueryWarrantOptions
QueryWarrantOptions. setStatus(WarrantStatus[] status)
-