EGF Engine
Release 0.1.0

org.eclipse.egf.model
Interface ContractElementReference

All Superinterfaces:
NamedModelElementWithId
All Known Implementing Classes:
ContractElementReferenceImpl

public interface ContractElementReference
extends NamedModelElementWithId

A representation of the model object 'Contract Element Reference'.

The following features are supported:

See Also:
ModelPackage.getContractElementReference()

Method Summary
 ContractElement getReferencedContractElement()
          Returns the value of the 'Referenced Contract Element' reference
 String getReferencedContractElementId()
          Returns the value of the 'Referenced Contract Element Id' attribute
 String getReferencedContractElementName()
          Deprecated. Use referencedContractElementId instead of.
 String getReferencedFactoryComponentId()
          Returns the value of the 'Referenced Factory Component Id' attribute
 void setReferencedContractElement(ContractElement value)
          Sets the value of the 'Referenced Contract Element' reference
 void setReferencedContractElementId(String value)
          Sets the value of the 'Referenced Contract Element Id' attribute
 void setReferencedContractElementName(String value)
          Sets the value of the 'Referenced Contract Element Name' attribute
 void setReferencedFactoryComponentId(String value)
          Sets the value of the 'Referenced FactoryComponent Id' attribute.
 
Methods inherited from interface org.eclipse.egf.model.NamedModelElementWithId
getDescription, getId, getJavaIdentifier, getName, setDescription, setId, setName
 

Method Detail

getReferencedContractElementId

String getReferencedContractElementId()
Returns the value of the 'Referenced Contract Element Id' attribute.

If the meaning of the 'Referenced Contract Element Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Referenced Contract Element Id' attribute.
See Also:
setReferencedContractElementId(String), ModelPackage.getContractElementReference_ReferencedContractElementId()

setReferencedContractElementId

void setReferencedContractElementId(String value)
Sets the value of the 'Referenced Contract Element Id' attribute.

Parameters:
value - the new value of the 'Referenced Contract Element Id' attribute.
See Also:
getReferencedContractElementId()

getReferencedContractElementName

String getReferencedContractElementName()
Deprecated. Use referencedContractElementId instead of.

Returns the value of the 'Referenced Contract Element Name' attribute.

Returns:
the value of the 'Referenced Contract Element Name' attribute.
See Also:
setReferencedContractElementName(String), ModelPackage.getContractElementReference_ReferencedContractElementName()

setReferencedContractElementName

void setReferencedContractElementName(String value)
Sets the value of the 'Referenced Contract Element Name' attribute.

Parameters:
value - the new value of the 'Referenced Contract Element Name' attribute.
See Also:
getReferencedContractElementName()

getReferencedFactoryComponentId

String getReferencedFactoryComponentId()
Returns the value of the 'Referenced Factory Component Id' attribute.

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

Returns:
the value of the 'Referenced Factory Component Id' attribute.
See Also:
setReferencedFactoryComponentId(String), ModelPackage.getContractElementReference_ReferencedFactoryComponentId()

setReferencedFactoryComponentId

void setReferencedFactoryComponentId(String value)
Sets the value of the 'Referenced FactoryComponent Id' attribute.

Parameters:
value - the new value of the 'Referenced FactoryComponent Id' attribute.
See Also:
getReferencedFactoryComponentId()

getReferencedContractElement

ContractElement getReferencedContractElement()
Returns the value of the 'Referenced Contract Element' reference.

If the meaning of the 'Referenced Contract Element' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Referenced Contract Element' reference.
See Also:
setReferencedContractElement(ContractElement), ModelPackage.getContractElementReference_ReferencedContractElement()

setReferencedContractElement

void setReferencedContractElement(ContractElement value)
Sets the value of the 'Referenced Contract Element' reference.

Parameters:
value - the new value of the 'Referenced Contract Element' reference.
See Also:
getReferencedContractElement()

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.