Class Close
- java.lang.Object
-
- com.opencloud.slee.resources.sis.script.in.interceptors.DialogPrimitive
-
- com.opencloud.slee.resources.sis.script.in.interceptors.Close
-
public final class Close extends DialogPrimitive
A close dialog primitive sent or received by an interceptor extension component.- Since:
- SIS 2.5.1.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.opencloud.slee.resources.sis.script.in.interceptors.DialogPrimitive
DialogPrimitive.Type
-
-
Constructor Summary
Constructors Constructor Description Close(boolean prearrangedEnd)
Create a new close dialog primitive.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Get a descriptive name for this dialog primitive.DialogPrimitive.Type
getType()
Get the type of dialog primitive.boolean
isPrearrangedEnd()
Determine if the close represents a pre-arranged end.String
toString()
-
-
-
Method Detail
-
isPrearrangedEnd
public boolean isPrearrangedEnd()
Determine if the close represents a pre-arranged end.- Returns:
true
if the close represents a pre-arranged end,false
if the close represents a basic end.
-
getType
public DialogPrimitive.Type getType()
Description copied from class:DialogPrimitive
Get the type of dialog primitive.- Specified by:
getType
in classDialogPrimitive
- Returns:
- the type of dialog primitive.
-
getName
public String getName()
Description copied from class:DialogPrimitive
Get a descriptive name for this dialog primitive.- Specified by:
getName
in classDialogPrimitive
- Returns:
- a name.
-
-