|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExternalService
A representation of the model object 'External Service'.
This interface is not intended to be implemented by clients.
The following features are supported:
SCAPackage.getExternalService()
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 |
getBindings()
Before adding entries to this list, be sure that the binding has the correct feature set. |
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. |
OverrideOptions |
getOverridable()
Returns the value of the 'Overridable' attribute. |
boolean |
isSetOverridable()
Returns whether the value of the ' Overridable '
attribute is set. |
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. |
void |
setOverridable(OverrideOptions value)
Sets the value of the ' Overridable '
attribute. |
void |
unsetOverridable()
Unsets the value of the ' Overridable '
attribute. |
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject |
---|
addStatus, clearStatus, getEObject, getFlags, getStatus |
Methods inherited from interface org.eclipse.stp.core.sca.WireTarget |
---|
isComponentOwned, isResolved, matches |
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject |
---|
addStatus, clearStatus, getEObject, getFlags, getStatus |
Methods inherited from interface org.eclipse.stp.core.sca.AbstractService |
---|
matches |
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject |
---|
addStatus, clearStatus, getEObject, getFlags, getStatus |
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.getExternalService_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.getExternalService_Name()
void setName(java.lang.String value)
Name
'
attribute.
setName
in interface SCAObject
value
- the new value of the 'Name' attribute.getName()
OverrideOptions getOverridable()
"may"
. The literals are from the
enumeration OverrideOptions
.
If the meaning of the 'Overridable' attribute isn't clear, there really should be more of a description here...
OverrideOptions
,
isSetOverridable()
,
unsetOverridable()
,
setOverridable(OverrideOptions)
,
SCAPackage.getExternalService_Overridable()
void setOverridable(OverrideOptions value)
Overridable
'
attribute.
value
- the new value of the 'Overridable' attribute.OverrideOptions
,
isSetOverridable()
,
unsetOverridable()
,
getOverridable()
void unsetOverridable()
Overridable
'
attribute.
isSetOverridable()
,
getOverridable()
,
setOverridable(OverrideOptions)
boolean isSetOverridable()
Overridable
'
attribute is set.
unsetOverridable()
,
getOverridable()
,
setOverridable(OverrideOptions)
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.getExternalService_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
getInterface
in interface WireTarget
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 ExternalService. Clients are required to
set the correct feature before calling this method.FeatureAdapter
,
FeatureAdapter.setFeature(SCAObject, EStructuralFeature)
java.util.List getBindings()
FeatureAdapter.setFeature(SCAObject, EStructuralFeature)
to set
the features.
Binding
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |