org.eclipse.stp.core.sca
Interface ExternalService

All Superinterfaces:
AbstractService, SCAObject, WireTarget

public interface ExternalService
extends SCAObject, WireTarget, AbstractService

A representation of the model object 'External Service'.

This interface is not intended to be implemented by clients.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getAny

FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type 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...

Returns:
the value of the 'Any' attribute list.
See Also:
SCAPackage.getExternalService_Any()

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Specified by:
getName in interface SCAObject
Returns:
the value of the 'Name' attribute.
See Also:
setName(String), SCAPackage.getExternalService_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Specified by:
setName in interface SCAObject
Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getOverridable

OverrideOptions getOverridable()
Returns the value of the 'Overridable' attribute. The default value is "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...

Returns:
the value of the 'Overridable' attribute.
See Also:
OverrideOptions, isSetOverridable(), unsetOverridable(), setOverridable(OverrideOptions), SCAPackage.getExternalService_Overridable()

setOverridable

void setOverridable(OverrideOptions value)
Sets the value of the 'Overridable' attribute.

Parameters:
value - the new value of the 'Overridable' attribute.
See Also:
OverrideOptions, isSetOverridable(), unsetOverridable(), getOverridable()

unsetOverridable

void unsetOverridable()
Unsets the value of the 'Overridable' attribute.

See Also:
isSetOverridable(), getOverridable(), setOverridable(OverrideOptions)

isSetOverridable

boolean isSetOverridable()
Returns whether the value of the 'Overridable' attribute is set.

Returns:
whether the value of the 'Overridable' attribute is set.
See Also:
unsetOverridable(), getOverridable(), setOverridable(OverrideOptions)

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type 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...

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
SCAPackage.getExternalService_AnyAttribute()

getInterface

Interface getInterface()
The interface used by this object is likely to be an implementation-specific substitution group. This means that it is sometimes necessary to know the corresponding 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).

Specified by:
getInterface in interface AbstractService
Specified by:
getInterface in interface WireTarget
Returns:
The Interface for this ExternalService.
See Also:
FeatureAdapter, FeatureAdapter.getFeature(SCAObject)

setInterface

void setInterface(Interface newInterface)
The interface used by this object is likely to be an implementation-specific substitution group. This means that it is sometimes necessary to know the corresponding 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).

Parameters:
newInterface - The Interface for this ExternalService. Clients are required to set the correct feature before calling this method.
See Also:
FeatureAdapter, FeatureAdapter.setFeature(SCAObject, EStructuralFeature)

getBindings

java.util.List getBindings()
Before adding entries to this list, be sure that the binding has the correct feature set. Use FeatureAdapter.setFeature(SCAObject, EStructuralFeature) to set the features.

Returns:
The list of bindings. Entries in this list should be of type Binding.