|
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.ContextElementImpl
public class ContextElementImpl
An implementation of the model object 'Context Element'.
The following features are implemented:
Field Summary | |
---|---|
protected Type |
contextType
The cached value of the ' Context Type ' containment reference |
protected static String |
CONTRACT_REFERENCE_ID_EDEFAULT
The default value of the ' Contract Reference Id ' attribute |
protected ContractElementReference |
contractElementReference
The cached value of the ' Contract Element Reference ' reference.
|
protected String |
contractReferenceId
The cached value of the ' Contract Reference Id ' attribute |
protected String |
key
The cached value of the ' Key ' attribute |
protected static String |
KEY_EDEFAULT
The default value of the ' Key ' attribute |
protected static String |
PLUGIN_ID_EDEFAULT
The default value of the ' Plugin Id ' attribute |
protected String |
pluginId
The cached value of the ' Plugin Id ' attribute |
protected static String |
READABLE_VALUE_EDEFAULT
The default value of the ' Readable Value ' attribute |
protected String |
readableValue
The cached value of the ' Readable Value ' attribute |
protected Object |
value
The cached value of the ' Value ' attribute |
protected static Object |
VALUE_EDEFAULT
The default value of the ' Value ' 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 |
ContextElementImpl()
|
Method Summary | |
---|---|
ContractElementReference |
basicGetContractElementReference()
|
NotificationChain |
basicSetContextType(Type newContextType,
NotificationChain msgs)
|
NotificationChain |
basicSetContractElementReference(ContractElementReference newContractElementReference,
NotificationChain msgs)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
Type |
getContextType()
|
ContractElementReference |
getContractElementReference()
|
String |
getContractReferenceId()
|
String |
getKey()
|
String |
getPluginId()
|
String |
getReadableValue()
|
Object |
getValue()
|
void |
setContextType(Type newContextType)
|
void |
setContractElementReference(ContractElementReference newContractElementReference)
|
void |
setContractReferenceId(String newContractReferenceId)
|
void |
setKey(String newKey)
|
void |
setPluginId(String newPluginId)
|
void |
setReadableValue(String newReadableValue)
|
void |
setValue(Object newValue)
|
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 ContractElementReference contractElementReference
Contract Element Reference
' reference.
getContractElementReference()
protected static final Object VALUE_EDEFAULT
Value
' attribute.
getValue()
protected Object value
Value
' attribute.
getValue()
protected static final String READABLE_VALUE_EDEFAULT
Readable Value
' attribute.
getReadableValue()
protected String readableValue
Readable Value
' attribute.
getReadableValue()
protected static final String KEY_EDEFAULT
Key
' attribute.
getKey()
protected String key
Key
' attribute.
getKey()
protected static final String CONTRACT_REFERENCE_ID_EDEFAULT
Contract Reference Id
' attribute.
getContractReferenceId()
protected String contractReferenceId
Contract Reference Id
' attribute.
getContractReferenceId()
protected Type contextType
Context Type
' containment reference.
getContextType()
protected static final String PLUGIN_ID_EDEFAULT
Plugin Id
' attribute.
getPluginId()
protected String pluginId
Plugin Id
' attribute.
getPluginId()
Constructor Detail |
---|
protected ContextElementImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class NamedModelElementWithIdImpl
public ContractElementReference getContractElementReference()
getContractElementReference
in interface ContextElement
ContextElement.setContractElementReference(ContractElementReference)
,
ModelPackage.getContextElement_ContractElementReference()
public NotificationChain basicSetContractElementReference(ContractElementReference newContractElementReference, NotificationChain msgs)
public ContractElementReference basicGetContractElementReference()
public void setContractElementReference(ContractElementReference newContractElementReference)
setContractElementReference
in interface ContextElement
newContractElementReference
- the new value of the 'Contract Element Reference' containment reference.ContextElement.getContractElementReference()
public Object getValue()
getValue
in interface ContextElement
ContextElement.setValue(Object)
,
ModelPackage.getContextElement_Value()
public void setValue(Object newValue)
setValue
in interface ContextElement
newValue
- the new value of the 'Value' attribute.ContextElement.getValue()
public String getReadableValue()
getReadableValue
in interface ContextElement
ContextElement.setReadableValue(String)
,
ModelPackage.getContextElement_ReadableValue()
public void setReadableValue(String newReadableValue)
setReadableValue
in interface ContextElement
newReadableValue
- the new value of the 'Readable Value' attribute.ContextElement.getReadableValue()
public String getKey()
getKey
in interface ContextElement
ContextElement.setKey(String)
,
ModelPackage.getContextElement_Key()
public void setKey(String newKey)
setKey
in interface ContextElement
newKey
- the new value of the 'Key' attribute.ContextElement.getKey()
public String getContractReferenceId()
getContractReferenceId
in interface ContextElement
ContextElement.setContractReferenceId(String)
,
ModelPackage.getContextElement_ContractReferenceId()
public void setContractReferenceId(String newContractReferenceId)
setContractReferenceId
in interface ContextElement
newContractReferenceId
- the new value of the 'Contract Reference Id' attribute.ContextElement.getContractReferenceId()
public Type getContextType()
getContextType
in interface ContextElement
ContextElement.setContextType(Type)
,
ModelPackage.getContextElement_ContextType()
public NotificationChain basicSetContextType(Type newContextType, NotificationChain msgs)
public void setContextType(Type newContextType)
setContextType
in interface ContextElement
newContextType
- the new value of the 'Context Type' containment reference.ContextElement.getContextType()
public String getPluginId()
getPluginId
in interface ContextElement
ContextElement.setPluginId(String)
,
ModelPackage.getContextElement_PluginId()
public void setPluginId(String newPluginId)
setPluginId
in interface ContextElement
newPluginId
- the new value of the 'Plugin Id' attribute.ContextElement.getPluginId()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
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.