Class DataObject
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.editors.types.DataObject
-
@Portable public class DataObject extends Object
-
-
Constructor Summary
Constructors Constructor Description DataObject()DataObject(String classType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassNameWithoutPackage()StringgetClassType()List<DataObjectProperty>getProperties()voidsetClassType(String classType)voidsetProperties(List<DataObjectProperty> properties)
-
-
-
Constructor Detail
-
DataObject
public DataObject()
-
DataObject
public DataObject(String classType)
-
-
Method Detail
-
getClassType
public String getClassType()
-
setClassType
public void setClassType(String classType)
-
getProperties
public List<DataObjectProperty> getProperties()
-
setProperties
public void setProperties(List<DataObjectProperty> properties)
-
getClassNameWithoutPackage
public String getClassNameWithoutPackage()
-
-