Package org.eclipse.lyo.server.ui.model
Class Property
- java.lang.Object
-
- org.eclipse.lyo.server.ui.model.Property
-
public class Property extends Object
-
-
Constructor Summary
Constructors Constructor Description Property()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)PropertyDefintiongetPropertyDefintion()(Required)PropertyValuegetPropertyValue()(Required)inthashCode()voidsetPropertyDefintion(PropertyDefintion propertyDefintion)(Required)voidsetPropertyValue(PropertyValue propertyValue)(Required)StringtoString()
-
-
-
Method Detail
-
getPropertyDefintion
public PropertyDefintion getPropertyDefintion()
(Required)
-
setPropertyDefintion
public void setPropertyDefintion(PropertyDefintion propertyDefintion)
(Required)
-
getPropertyValue
public PropertyValue getPropertyValue()
(Required)
-
setPropertyValue
public void setPropertyValue(PropertyValue propertyValue)
(Required)
-
-