|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.vub.cocompose.eclipse.model.datatypes.MultiplicityPropertySource
Eclipse Multiplicity property source.
Field Summary | |
static String |
ID_LOWER
|
static String |
ID_UPPER
|
Constructor Summary | |
MultiplicityPropertySource(Multiplicity multiplicity)
Creates a MultiplicityPropertySource. |
Method Summary | |
Object |
getEditableValue()
|
IPropertyDescriptor[] |
getPropertyDescriptors()
|
Object |
getPropertyValue(Object id)
Gets the value of the given property. |
Multiplicity |
getValue()
Gets the value of this property source. |
boolean |
isPropertySet(Object id)
|
void |
resetPropertyValue(Object id)
|
void |
setPropertyValue(Object id,
Object value)
Sets the value of the given property. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String ID_LOWER
public static final String ID_UPPER
Constructor Detail |
public MultiplicityPropertySource(Multiplicity multiplicity)
multiplicity
- - the subject multiplicity.Method Detail |
public Object getEditableValue()
getEditableValue
in interface IPropertySource
IPropertySource.getEditableValue()
public IPropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
in interface IPropertySource
IPropertySource.getPropertyDescriptors()
public Object getPropertyValue(Object id)
getPropertyValue
in interface IPropertySource
id
- - the property id.
IPropertySource.getPropertyValue(java.lang.Object)
public boolean isPropertySet(Object id)
isPropertySet
in interface IPropertySource
IPropertySource.isPropertySet(java.lang.Object)
public void resetPropertyValue(Object id)
resetPropertyValue
in interface IPropertySource
IPropertySource.resetPropertyValue(java.lang.Object)
public void setPropertyValue(Object id, Object value)
setPropertyValue
in interface IPropertySource
id
- - the property id.value
- - the new value for the property.IPropertySource.setPropertyValue(java.lang.Object, java.lang.Object)
public Multiplicity getValue()
public String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |