|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertySet
A representation of the model object 'Set'.
The following features are supported:
PropertyPackage.getPropertySet()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
addContents(org.eclipse.emf.ecore.util.FeatureMap.Entry value)
Adds to the list the value of the ' Contents ' attribute list |
void |
addPropertyConstant(PropertyConstant value)
Adds to the list the value of the ' Property Constant ' containment reference list |
void |
addPropertyDefinition(PropertyDefinition value)
Adds to the list the value of the ' Property Definition ' containment reference list |
void |
addPropertyType(PropertyType value)
Adds to the list the value of the ' Property Type ' containment reference list |
PropertyConstant |
findPropertyConstant(java.lang.String name)
Find property constant object by name in a property set. |
PropertyDefinition |
findPropertyDefinition(java.lang.String name)
Find property name object by name in a property set. |
NamedElement |
findPropertySetElement(java.lang.String name)
Find a property name, property type, or constant of a given name. |
PropertyType |
findPropertyType(java.lang.String name)
Find property type object by name in a property set. |
org.eclipse.emf.ecore.util.FeatureMap |
getContents()
Returns the value of the 'Contents' attribute list. |
org.eclipse.emf.common.util.EList |
getPropertyConstant()
Returns the value of the 'Property Constant' containment reference list. |
org.eclipse.emf.common.util.EList |
getPropertyDefinition()
Returns the value of the 'Property Definition' containment reference list. |
org.eclipse.emf.common.util.EList |
getPropertyType()
Returns the value of the 'Property Type' containment reference list. |
Methods inherited from interface edu.cmu.sei.aadl.model.core.NamedElement |
---|
getName, setName |
Methods inherited from interface edu.cmu.sei.aadl.model.core.AObject |
---|
addComment, getAadlSpec, getAObjectRoot, getChildren, getComment, getContainingClassifier, getContainingClassifierNameSpace, getContainingComponentImpl, getContainingComponentType, getContainingPropertyAssociationDefinitionConstant, getContainingSubcomponent, getLocationReference, getReferencedObject, getSecondReferencedObject, getSystemInstance, setLocationReference, setLocationReference |
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 |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
org.eclipse.emf.ecore.util.FeatureMap getContents()
FeatureMap.Entry
.
If the meaning of the 'Contents' attribute list isn't clear, there really should be more of a description here...
PropertyPackage.getPropertySet_Contents()
void addContents(org.eclipse.emf.ecore.util.FeatureMap.Entry value)
Contents
' attribute list.
value
- the value to add to 'Contents' attribute list.org.eclipse.emf.common.util.EList getPropertyDefinition()
PropertyDefinition
.
If the meaning of the 'Property Definition' containment reference list isn't clear, there really should be more of a description here...
PropertyPackage.getPropertySet_PropertyDefinition()
void addPropertyDefinition(PropertyDefinition value)
Property Definition
' containment reference list.
value
- the value to add to 'Property Definition' containment reference list.org.eclipse.emf.common.util.EList getPropertyConstant()
PropertyConstant
.
If the meaning of the 'Property Constant' containment reference list isn't clear, there really should be more of a description here...
PropertyPackage.getPropertySet_PropertyConstant()
void addPropertyConstant(PropertyConstant value)
Property Constant
' containment reference list.
value
- the value to add to 'Property Constant' containment reference list.org.eclipse.emf.common.util.EList getPropertyType()
PropertyType
.
If the meaning of the 'Property Type' containment reference list isn't clear, there really should be more of a description here...
PropertyPackage.getPropertySet_PropertyType()
void addPropertyType(PropertyType value)
Property Type
' containment reference list.
value
- the value to add to 'Property Type' containment reference list.NamedElement findPropertySetElement(java.lang.String name)
name
- the name
PropertyDefinition findPropertyDefinition(java.lang.String name)
name
- the name of the property to be found
PropertyType findPropertyType(java.lang.String name)
name
- the name of the property type to be found
PropertyConstant findPropertyConstant(java.lang.String name)
name
- the name of the property constant to be found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |