|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentType
A representation of the model object 'Component Type'.
This interface is not intended to be implemented by clients.
The following features are supported:
SCAPackage.getComponentType()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
FeatureMap |
getAny()
Returns the value of the 'Any' attribute list. |
FeatureMap |
getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. |
java.util.List |
getProperties()
Returns the value of the 'Properties' containment reference list. |
Property |
getProperty(java.lang.String propertyName)
Return a Property with a name matching propertyName |
Reference |
getReference(java.lang.String referenceName)
Return a Reference with a name matching name. |
java.util.List |
getReferences()
Returns the value of the 'References' containment reference list. |
Service |
getService(Interface interfaze)
Return a Service with an Interface matching interfaze; |
Service |
getService(java.lang.String serviceName)
Return a Service with a name matching name; |
java.util.List |
getServices()
Returns the value of the 'Services' containment reference list. |
java.lang.Object |
resolveImplementation()
|
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject |
---|
addStatus, clearStatus, getEObject, getFlags, getName, getStatus, setName |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.util.List getServices()
Service
.
If the meaning of the 'Services' containment reference list isn't clear, there really should be more of a description here...
SCAPackage.getComponentType_Services()
java.util.List getReferences()
Reference
.
If the meaning of the 'References' containment reference list isn't clear, there really should be more of a description here...
SCAPackage.getComponentType_References()
java.util.List getProperties()
Property
.
If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
SCAPackage.getComponentType_Properties()
FeatureMap getAny()
org.eclipse.emf.ecore.util.FeatureMap.Entry
.
If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
SCAPackage.getComponentType_Any()
FeatureMap getAnyAttribute()
org.eclipse.emf.ecore.util.FeatureMap.Entry
.
If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...
SCAPackage.getComponentType_AnyAttribute()
java.lang.Object resolveImplementation()
Reference getReference(java.lang.String referenceName)
Reference
with a name matching name.
referenceName
- The name of the reference to search for.
Service getService(java.lang.String serviceName)
Service
with a name matching name;
serviceName
- The name of the service to search for
Service getService(Interface interfaze)
Service
with an Interface matching interfaze;
interfaze
- The interfaze of the service to search for
Property getProperty(java.lang.String propertyName)
Property
with a name matching propertyName
propertyName
- The name of the property to search for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |