Uses of Class
com.markose.etrade.account.AlertStatus
-
Packages that use AlertStatus Package Description com.markose.etrade.account -
-
Uses of AlertStatus in com.markose.etrade.account
Methods in com.markose.etrade.account that return AlertStatus Modifier and Type Method Description static AlertStatusAlertStatus. fromValue(java.lang.String v)AlertStatusAlert. getStatus()static AlertStatusAlertStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AlertStatus[]AlertStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-