|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A collection of properties.
The following features are supported:
DesignPackage.getProperties()
Field Summary | |
static java.lang.String |
copyright
|
Method Summary | |
Property |
findProperty(java.lang.String propName)
Finds and returns the Property with the given property name in the 'Properties' containment reference list. |
EList |
getProperties()
Returns the value of the 'Properties' containment reference list. |
java.lang.String |
getProperty(java.lang.String propName)
Returns the value of the named Property in the 'Properties' containment reference list. |
boolean |
isEmpty()
Indicates whether this collection of properties is empty. |
void |
setProperty(java.lang.String propName,
java.lang.String propValue)
Sets the value in the Property with given name in the 'Properties' containment reference list. |
void |
unsetProperty(java.lang.String propName)
Removes the Property with given name in the 'Properties' containment reference list. |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public Property findProperty(java.lang.String propName)
propName
- property name
public java.lang.String getProperty(java.lang.String propName)
propName
- property name
public void setProperty(java.lang.String propName, java.lang.String propValue)
propName
- property namepropValue
- property valuepublic void unsetProperty(java.lang.String propName)
propName
- public boolean isEmpty()
public EList getProperties()
Property
.
DesignPackage.getProperties_Properties()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |