Uses of Class
com.opencloud.slee.resources.cgin.OpenId.Choice
-
Packages that use OpenId.Choice Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built. -
-
Uses of OpenId.Choice in com.opencloud.slee.resources.cgin
Fields in com.opencloud.slee.resources.cgin declared as OpenId.Choice Modifier and Type Field Description static OpenId.Choice
OpenId.Choice. GLOBAL
Reference to the choice GLOBAL.static OpenId.Choice
OpenId.Choice. LOCAL
Reference to the choice LOCAL.Methods in com.opencloud.slee.resources.cgin that return OpenId.Choice Modifier and Type Method Description OpenId.Choice
OpenId. getChoice()
Gets the discriminant of the current choice.Methods in com.opencloud.slee.resources.cgin with parameters of type OpenId.Choice Modifier and Type Method Description protected void
OpenId. setChoice(OpenId.Choice arg)
Sets the discriminant of the current choice.
-