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