|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Service
A representation of the model object 'Service'.
This interface is not intended to be implemented by clients.
The following features are supported:
SCAPackage.getService()
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. |
Interface |
getInterface()
The interface used by this object is likely to be an implementation-specific substitution group. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
void |
setInterface(Interface newInterface)
The interface used by this object is likely to be an implementation-specific substitution group. |
void |
setName(java.lang.String value)
Sets the value of the ' Name '
attribute. |
Methods inherited from interface org.eclipse.stp.core.sca.AbstractService |
---|
matches |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
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.getService_Any()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
getName
in interface SCAObject
setName(String)
,
SCAPackage.getService_Name()
void setName(java.lang.String value)
Name
'
attribute.
setName
in interface SCAObject
value
- the new value of the 'Name' attribute.getName()
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.getService_AnyAttribute()
Interface getInterface()
org.eclipse.emf.ecore.EStructuralFeature
when using this
Interface, particularly when saving the underlying XML. Clients should use
FeatureAdapter.setFeature(SCAObject, EStructuralFeature)
or
FeatureAdapter.getFeature(SCAObject)
.
getInterface
in interface AbstractService
FeatureAdapter
,
FeatureAdapter.getFeature(SCAObject)
void setInterface(Interface newInterface)
org.eclipse.emf.ecore.EStructuralFeature
when using this
Interface, particularly when saving the underlying XML. Clients should use
FeatureAdapter.setFeature(SCAObject, EStructuralFeature)
or
FeatureAdapter.getFeature(SCAObject)
.
newInterface
- The Interface for this Service. Clients are required to set the
correct feature before calling this method.FeatureAdapter
,
FeatureAdapter.setFeature(SCAObject, EStructuralFeature)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |