Class Delimiter
- java.lang.Object
-
- com.opencloud.slee.resources.sis.script.in.interceptors.DialogPrimitive
-
- com.opencloud.slee.resources.sis.script.in.interceptors.Delimiter
-
public final class Delimiter extends DialogPrimitive
A delimiter 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 Delimiter()
Create a new delimiter 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.String
toString()
-
-
-
Field Detail
-
INSTANCE
public static final Delimiter INSTANCE
-
-
Method Detail
-
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.
-
-