| Package | Description |
|---|---|
| com.opencloud.slee.resources.sis.script.in |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
FCIInteraction(FCIInteraction.Mode mode)
Create a new FCI Interaction option.
|
FCIInteraction(FCIInteraction.Mode mode,
ServiceRefID nominatedService)
Create a new FCI Interaction option.
|