Package org.eclipse.lyo.server.ui.model
Class PropertyDefintion
- java.lang.Object
-
- org.eclipse.lyo.server.ui.model.PropertyDefintion
-
public class PropertyDefintion extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPropertyDefintion.RepresentationType
-
Constructor Summary
Constructors Constructor Description PropertyDefintion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetData()(Required)PropertyDefintion.RepresentationTypegetRepresentationType()(Required)inthashCode()voidsetData(Object data)(Required)voidsetRepresentationType(PropertyDefintion.RepresentationType representationType)(Required)StringtoString()
-
-
-
Method Detail
-
getData
public Object getData()
(Required)
-
setData
public void setData(Object data)
(Required)
-
getRepresentationType
public PropertyDefintion.RepresentationType getRepresentationType()
(Required)
-
setRepresentationType
public void setRepresentationType(PropertyDefintion.RepresentationType representationType)
(Required)
-
-