|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Properties
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. |
org.eclipse.emf.common.util.EList<Property> |
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. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
Property findProperty(java.lang.String propName)
propName
- property name
java.lang.String getProperty(java.lang.String propName)
propName
- property name
void setProperty(java.lang.String propName, java.lang.String propValue)
propName
- property namepropValue
- property valuevoid unsetProperty(java.lang.String propName)
propName
- boolean isEmpty()
org.eclipse.emf.common.util.EList<Property> getProperties()
Property
.
DesignPackage.getProperties_Properties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |