|
Enterprise Workspaces 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBaseModuleProperty
Represents a basic module property.
| Method Summary | |
|---|---|
IModulePropertyAttribute |
getAttribute(String attributeID)
Returns the specified attribute of the property. |
IModulePropertyAttribute[] |
getAttributes()
Return all attributes of the property. |
String |
getDescription()
Returns the description of the property |
String |
getID()
Returns the ID of the property |
String |
getName()
Returns the property name |
String |
getValue()
Returns the value of the property. |
boolean |
isReadOnly()
Determines whether this property is read-only or not. |
void |
setValue(String value)
Defines the value of the property. |
| Method Detail |
|---|
String getID()
String getName()
String getDescription()
boolean isReadOnly()
IModulePropertyAttribute getAttribute(String attributeID)
attributeID - the ID of the attribute
IModulePropertyAttribute[] getAttributes()
String getValue()
void setValue(String value)
value - new value for the property
|
Enterprise Workspaces 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||