Uses of Class
com.longbridge.dca.DCAStatus
-
Packages that use DCAStatus Package Description com.longbridge.dca -
-
Uses of DCAStatus in com.longbridge.dca
Fields in com.longbridge.dca declared as DCAStatus Modifier and Type Field Description DCAStatusDcaListOptions. statusFilter by plan status (optional).DCAStatusDcaPlan. statusPlan status.Methods in com.longbridge.dca that return DCAStatus Modifier and Type Method Description static DCAStatusDCAStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DCAStatus[]DCAStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-