|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Properties are contained in property sets (IPropertySet) and may be associated with objects that
implement IPropertySetContainer. These would typically be model objects.
Properties also have a type (see IPropertyType).
IRSEModelObject| Method Summary | |
String |
getKey()
|
String |
getLabel()
|
IPropertyType |
getType()
|
String |
getValue()
|
boolean |
isEnabled()
Retrieves the "enabled" presentation attribute of this property. |
boolean |
isReadOnly()
Retrieves the "read-only" presentation attribute of this property. |
void |
setEnabled(boolean flag)
Sets the "enabled" presentation attribute of this property. |
void |
setLabel(String label)
Sets the displayable label of the property. |
void |
setReadOnly(boolean flag)
Sets the "read-only" presentation attribute of this property. |
void |
setType(IPropertyType type)
Sets the type of this property. |
void |
setValue(String value)
Sets the value of this property. |
| Method Detail |
public String getKey()
public void setLabel(String label)
label - the label for this property.public String getLabel()
public void setValue(String value)
value - the new value for this property.public String getValue()
public void setType(IPropertyType type)
type - the property typepublic IPropertyType getType()
public void setEnabled(boolean flag)
flag - true if the property is to be enabled.public boolean isEnabled()
public void setReadOnly(boolean flag)
flag - true if the property is to be read-only.public boolean isReadOnly()
|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||