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 StringgetName()Get a descriptive name for this dialog primitive.DialogPrimitive.TypegetType()Get the type of dialog primitive.booleanisPrearrangedEnd()Determine if the close represents a pre-arranged end.StringtoString()
-
-
-
Method Detail
-
isPrearrangedEnd
public boolean isPrearrangedEnd()
Determine if the close represents a pre-arranged end.- Returns:
trueif the close represents a pre-arranged end,falseif the close represents a basic end.
-
getType
public DialogPrimitive.Type getType()
Description copied from class:DialogPrimitiveGet the type of dialog primitive.- Specified by:
getTypein classDialogPrimitive- Returns:
- the type of dialog primitive.
-
getName
public String getName()
Description copied from class:DialogPrimitiveGet a descriptive name for this dialog primitive.- Specified by:
getNamein classDialogPrimitive- Returns:
- a name.
-
-