Package org.teamapps.dto
Class UiScriptType
- java.lang.Object
-
- org.teamapps.dto.UiScriptType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiScriptType.Type
-
Field Summary
Fields Modifier and Type Field Description protected UiScriptType.Typetype
-
Constructor Summary
Constructors Constructor Description UiScriptType()Deprecated.Only for Jackson deserialization.UiScriptType(UiScriptType.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiScriptType.TypegetType()UiObjectTypegetUiObjectType()java.lang.StringtoString()
-
-
-
Field Detail
-
type
protected UiScriptType.Type type
-
-
Constructor Detail
-
UiScriptType
@Deprecated public UiScriptType()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
UiScriptType
public UiScriptType(UiScriptType.Type type)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getType
public UiScriptType.Type getType()
-
-