|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntryPoint
A representation of the model object 'Entry Point'.
This interface is not intended to be implemented by clients.
The following features are supported:
SCAPackage.getEntryPoint()
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 |
getMultiplicity()
Returns the value of the 'Multiplicity' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
java.util.List |
getReferenceTargets()
Returns the value of the 'Reference Targets' attribute list. |
boolean |
hasWireToTarget(WireTarget wireTarget)
Return true if this EntryPoint has a wire to the passed wireTarget. |
boolean |
isSetMultiplicity()
Returns whether the value of the ' Multiplicity '
attribute is set. |
void |
setInterface(Interface newInterface)
The interface used by this object is likely to be an implementation-specific substitution group. |
void |
setMultiplicity(java.lang.String value)
Sets the value of the ' Multiplicity '
attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name '
attribute. |
void |
unsetMultiplicity()
Unsets the value of the ' Multiplicity '
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.WireSource |
---|
createWireToTarget, deleteWireToTarget, getWiredTargets, 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.AbstractReference |
---|
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 |
---|
java.util.List getReferenceTargets()
String
.
If the meaning of the 'Reference Targets' containment reference list isn't clear, there really should be more of a description here...
SCAPackage.getEntryPoint_ReferenceTargets()
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.getEntryPoint_Any()
java.lang.String getMultiplicity()
"1..1"
.
If the meaning of the 'Multiplicity' attribute isn't clear, there really should be more of a description here...
isSetMultiplicity()
,
unsetMultiplicity()
,
setMultiplicity(String)
,
SCAPackage.getEntryPoint_Multiplicity()
void setMultiplicity(java.lang.String value)
Multiplicity
'
attribute.
value
- the new value of the 'Multiplicity' attribute.isSetMultiplicity()
,
unsetMultiplicity()
,
getMultiplicity()
void unsetMultiplicity()
Multiplicity
'
attribute.
isSetMultiplicity()
,
getMultiplicity()
,
setMultiplicity(String)
boolean isSetMultiplicity()
Multiplicity
'
attribute is set.
unsetMultiplicity()
,
getMultiplicity()
,
setMultiplicity(String)
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.getEntryPoint_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.getEntryPoint_AnyAttribute()
boolean hasWireToTarget(WireTarget wireTarget)
wireTarget
-
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 AbstractReference
getInterface
in interface WireSource
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 EntryPoint. 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 |