Uses of Class
com.opencloud.slee.resources.sis.script.in.FCIInteraction.Mode
-
Packages that use FCIInteraction.Mode Package Description com.opencloud.slee.resources.sis.script.in -
-
Uses of FCIInteraction.Mode in com.opencloud.slee.resources.sis.script.in
Methods in com.opencloud.slee.resources.sis.script.in that return FCIInteraction.Mode Modifier and Type Method Description static FCIInteraction.Mode
FCIInteraction.Mode. fromString(String xmlName)
Get the FCI Interaction Mode from its descriptive (toString()
) XML form.FCIInteraction.Mode
FCIInteraction. getMode()
static FCIInteraction.Mode
FCIInteraction.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static FCIInteraction.Mode[]
FCIInteraction.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.opencloud.slee.resources.sis.script.in with parameters of type FCIInteraction.Mode Constructor Description FCIInteraction(FCIInteraction.Mode mode)
Create a new FCI Interaction option.FCIInteraction(FCIInteraction.Mode mode, ServiceRefID nominatedService)
Create a new FCI Interaction option.
-