|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMinimalEObjectImpl.Container
org.eclipse.egf.model.internal.data.ModelElement
org.eclipse.egf.model.impl.NamedModelElementWithIdImpl
org.eclipse.egf.model.impl.ContractElementReferenceImpl
public class ContractElementReferenceImpl
An implementation of the model object 'Contract Element Reference'.
The following features are implemented:
Referenced Contract Element Id
Referenced Contract Element Name
Referenced Factory Component Id
Referenced Contract Element
Field Summary | |
---|---|
protected static String |
REFERENCED_CONTRACT_ELEMENT_ID_EDEFAULT
The default value of the ' Referenced Contract Element Id ' attribute |
protected static String |
REFERENCED_CONTRACT_ELEMENT_NAME_EDEFAULT
The default value of the ' Referenced Contract Element Name ' attribute |
protected static String |
REFERENCED_FACTORY_COMPONENT_ID_EDEFAULT
The default value of the ' Referenced Factory Component Id ' attribute |
protected ContractElement |
referencedContractElement
The cached value of the ' Referenced Contract Element ' reference.
|
protected String |
referencedContractElementId
The cached value of the ' Referenced Contract Element Id ' attribute |
protected String |
referencedContractElementName
The cached value of the ' Referenced Contract Element Name ' attribute |
protected String |
referencedFactoryComponentId
The cached value of the ' Referenced Factory Component Id ' attribute |
Fields inherited from class org.eclipse.egf.model.impl.NamedModelElementWithIdImpl |
---|
description, DESCRIPTION_EDEFAULT, id, ID_EDEFAULT, JAVA_IDENTIFIER_EDEFAULT, javaIdentifier, name, NAME_EDEFAULT |
Constructor Summary | |
---|---|
protected |
ContractElementReferenceImpl()
|
Method Summary | |
---|---|
ContractElement |
basicGetReferencedContractElement()
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
ContractElement |
getReferencedContractElement()
|
String |
getReferencedContractElementId()
|
String |
getReferencedContractElementName()
|
String |
getReferencedFactoryComponentId()
|
void |
setReferencedContractElement(ContractElement newReferencedContractElement)
|
void |
setReferencedContractElementId(String newReferencedContractElementId)
|
void |
setReferencedContractElementName(String newReferencedContractElementName)
|
void |
setReferencedFactoryComponentId(String newReferencedFactoryComponentId)
|
String |
toString()
|
Methods inherited from class org.eclipse.egf.model.impl.NamedModelElementWithIdImpl |
---|
getDescription, getId, getJavaIdentifier, getName, setDescription, setId, setName |
Methods inherited from class org.eclipse.egf.model.internal.data.ModelElement |
---|
addPropertyChangeListener, generateId, getAdapter, getFactoryComponentLoadingHelper, getFactoryComponentReader, removePropertyChangeListener, setAdapter, setFactoryComponentReader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.egf.model.NamedModelElementWithId |
---|
getDescription, getId, getJavaIdentifier, getName, setDescription, setId, setName |
Field Detail |
---|
protected static final String REFERENCED_CONTRACT_ELEMENT_ID_EDEFAULT
Referenced Contract Element Id
' attribute.
getReferencedContractElementId()
protected String referencedContractElementId
Referenced Contract Element Id
' attribute.
getReferencedContractElementId()
protected static final String REFERENCED_CONTRACT_ELEMENT_NAME_EDEFAULT
Referenced Contract Element Name
' attribute.
getReferencedContractElementName()
protected String referencedContractElementName
Referenced Contract Element Name
' attribute.
getReferencedContractElementName()
protected static final String REFERENCED_FACTORY_COMPONENT_ID_EDEFAULT
Referenced Factory Component Id
' attribute.
getReferencedFactoryComponentId()
protected String referencedFactoryComponentId
Referenced Factory Component Id
' attribute.
getReferencedFactoryComponentId()
protected ContractElement referencedContractElement
Referenced Contract Element
' reference.
getReferencedContractElement()
Constructor Detail |
---|
protected ContractElementReferenceImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class NamedModelElementWithIdImpl
public String getReferencedContractElementId()
getReferencedContractElementId
in interface ContractElementReference
ContractElementReference.setReferencedContractElementId(String)
,
ModelPackage.getContractElementReference_ReferencedContractElementId()
public void setReferencedContractElementId(String newReferencedContractElementId)
setReferencedContractElementId
in interface ContractElementReference
newReferencedContractElementId
- the new value of the 'Referenced Contract Element Id' attribute.ContractElementReference.getReferencedContractElementId()
public String getReferencedContractElementName()
getReferencedContractElementName
in interface ContractElementReference
ContractElementReference.setReferencedContractElementName(String)
,
ModelPackage.getContractElementReference_ReferencedContractElementName()
public void setReferencedContractElementName(String newReferencedContractElementName)
setReferencedContractElementName
in interface ContractElementReference
newReferencedContractElementName
- the new value of the 'Referenced Contract Element Name' attribute.ContractElementReference.getReferencedContractElementName()
public String getReferencedFactoryComponentId()
getReferencedFactoryComponentId
in interface ContractElementReference
ContractElementReference.setReferencedFactoryComponentId(String)
,
ModelPackage.getContractElementReference_ReferencedFactoryComponentId()
public void setReferencedFactoryComponentId(String newReferencedFactoryComponentId)
setReferencedFactoryComponentId
in interface ContractElementReference
newReferencedFactoryComponentId
- the new value of the 'Referenced FactoryComponent Id' attribute.ContractElementReference.getReferencedFactoryComponentId()
public ContractElement getReferencedContractElement()
getReferencedContractElement
in interface ContractElementReference
ContractElementReference.setReferencedContractElement(ContractElement)
,
ModelPackage.getContractElementReference_ReferencedContractElement()
public ContractElement basicGetReferencedContractElement()
public void setReferencedContractElement(ContractElement newReferencedContractElement)
setReferencedContractElement
in interface ContractElementReference
newReferencedContractElement
- the new value of the 'Referenced Contract Element' reference.ContractElementReference.getReferencedContractElement()
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class NamedModelElementWithIdImpl
public void eSet(int featureID, Object newValue)
eSet
in class NamedModelElementWithIdImpl
public void eUnset(int featureID)
eUnset
in class NamedModelElementWithIdImpl
public boolean eIsSet(int featureID)
eIsSet
in class NamedModelElementWithIdImpl
public String toString()
toString
in class NamedModelElementWithIdImpl
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.