Uses of Class
com.uc4.api.objects.PromptSetDefinition.PromptElementTable
-
Packages that use PromptSetDefinition.PromptElementTable Package Description com.uc4.api.objects -
-
Uses of PromptSetDefinition.PromptElementTable in com.uc4.api.objects
Methods in com.uc4.api.objects that return PromptSetDefinition.PromptElementTable Modifier and Type Method Description PromptSetDefinition.PromptElementTable
PromptSetDefinition. getReadFromTable(java.lang.String elementID)
Returns the table the value is currently stored instatic PromptSetDefinition.PromptElementTable
PromptSetDefinition.PromptElementTable. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PromptSetDefinition.PromptElementTable[]
PromptSetDefinition.PromptElementTable. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.uc4.api.objects with parameters of type PromptSetDefinition.PromptElementTable Modifier and Type Method Description void
PromptSetDefinition. setReadFromTable(java.lang.String elementID, PromptSetDefinition.PromptElementTable table)
-