Uses of Class
edu.uiuc.ncsa.myproxy.MyProxyLogon.State
-
Packages that use MyProxyLogon.State Package Description edu.uiuc.ncsa.myproxy MyProxy Logon. -
-
Uses of MyProxyLogon.State in edu.uiuc.ncsa.myproxy
Fields in edu.uiuc.ncsa.myproxy declared as MyProxyLogon.State Modifier and Type Field Description protected MyProxyLogon.State
MyProxyLogon. state
Methods in edu.uiuc.ncsa.myproxy that return MyProxyLogon.State Modifier and Type Method Description static MyProxyLogon.State
MyProxyLogon.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static MyProxyLogon.State[]
MyProxyLogon.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-