|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReferenceValue
A representation of the model object 'Reference Value'.
This interface is not intended to be implemented by clients.
The following features are supported:
SCAPackage.getReferenceValue()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
FeatureMap |
getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
Component |
getOwningComponent()
Return the Component which owns this ReferenceValue. |
Reference |
getReference()
The following method could require the resolution of the ComponentType of the containing Component. |
ReferenceValuesSet |
getReferenceValueSet()
Returns the value of the 'Reference Value Set' container reference. |
WireTarget |
getTarget()
The WireTarget can be one of either Service or
ExternalService . |
java.lang.String |
getTargetURI()
Returns the value of the 'Target URI' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name '
attribute. |
void |
setReference(Reference reference)
|
void |
setReferenceValueSet(ReferenceValuesSet value)
Sets the value of the ' Reference Value Set '
container reference. |
void |
setTarget(WireTarget wireTarget)
Set the target URI using the given wireTarget. |
void |
setTargetURI(java.lang.String value)
Sets the value of the ' Target URI '
attribute. |
boolean |
targets(WireTarget wireTarget)
Return true if this ReferenceValue targets the passed WireTarget ; |
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.lang.String getTargetURI()
If the meaning of the 'Target URI' attribute isn't clear, there really should be more of a description here...
setTargetURI(String)
,
SCAPackage.getReferenceValue_TargetURI()
void setTargetURI(java.lang.String value)
Target URI
'
attribute.
value
- the new value of the 'Target URI' attribute.getTargetURI()
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.getReferenceValue_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.getReferenceValue_AnyAttribute()
ReferenceValuesSet getReferenceValueSet()
Reference Values
'.
If the meaning of the 'Reference Value Set' container reference isn't clear, there really should be more of a description here...
setReferenceValueSet(ReferenceValuesSet)
,
SCAPackage.getReferenceValue_ReferenceValueSet()
,
ReferenceValuesSet.getReferenceValues()
void setReferenceValueSet(ReferenceValuesSet value)
Reference Value Set
'
container reference.
value
- the new value of the 'Reference Value Set'
container reference.getReferenceValueSet()
Reference getReference()
void setReference(Reference reference)
reference
- Set the resolved reference (which implicitly changes the name
attribute)WireTarget getTarget()
Service
or
ExternalService
.
void setTarget(WireTarget wireTarget)
wireTarget
- The new target for this ReferenceValue.Component getOwningComponent()
Component
which owns this ReferenceValue.
boolean targets(WireTarget wireTarget)
WireTarget
;
wireTarget
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |