Uses of Class
org.teamapps.dto.UiScriptType.Type
-
-
Uses of UiScriptType.Type in org.teamapps.dto
Fields in org.teamapps.dto declared as UiScriptType.Type Modifier and Type Field Description protected UiScriptType.TypeUiScriptType. typeMethods in org.teamapps.dto that return UiScriptType.Type Modifier and Type Method Description UiScriptType.TypeUiScriptType. getType()static UiScriptType.TypeUiScriptType.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiScriptType.Type[]UiScriptType.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiScriptType.Type Constructor Description UiScriptType(UiScriptType.Type type)
-