Class DialogPrimitive
- java.lang.Object
-
- com.opencloud.slee.resources.sis.script.in.interceptors.DialogPrimitive
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DialogPrimitive.Type
The type of dialog primitive.
-
Constructor Summary
Constructors Constructor Description DialogPrimitive()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract String
getName()
Get a descriptive name for this dialog primitive.abstract DialogPrimitive.Type
getType()
Get the type of dialog primitive.
-
-
-
Method Detail
-
getType
public abstract DialogPrimitive.Type getType()
Get the type of dialog primitive.- Returns:
- the type of dialog primitive.
-
getName
public abstract String getName()
Get a descriptive name for this dialog primitive.- Returns:
- a name.
-
-