|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
de.cau.cs.kieler.core.kexpressions.impl.TypeIdentifierImpl
public class TypeIdentifierImpl
An implementation of the model object 'Type Identifier'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected CombineOperator |
operator
The cached value of the ' Operator ' attribute. |
protected static CombineOperator |
OPERATOR_EDEFAULT
The default value of the ' Operator ' attribute. |
protected ValueType |
type
The cached value of the ' Type ' attribute. |
protected static ValueType |
TYPE_EDEFAULT
The default value of the ' Type ' attribute. |
protected static String |
TYPE_ID_EDEFAULT
The default value of the ' Type ID ' attribute. |
protected String |
typeID
The cached value of the ' Type ID ' attribute. |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
TypeIdentifierImpl()
|
Method Summary | |
---|---|
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)
|
CombineOperator |
getOperator()
|
ValueType |
getType()
|
String |
getTypeID()
|
void |
setOperator(CombineOperator newOperator)
|
void |
setType(ValueType newType)
|
void |
setTypeID(String newTypeID)
|
String |
toString()
|
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final ValueType TYPE_EDEFAULT
Type
' attribute.
getType()
protected ValueType type
Type
' attribute.
getType()
protected static final String TYPE_ID_EDEFAULT
Type ID
' attribute.
getTypeID()
protected String typeID
Type ID
' attribute.
getTypeID()
protected static final CombineOperator OPERATOR_EDEFAULT
Operator
' attribute.
getOperator()
protected CombineOperator operator
Operator
' attribute.
getOperator()
Constructor Detail |
---|
protected TypeIdentifierImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public ValueType getType()
getType
in interface TypeIdentifier
ValueType
,
TypeIdentifier.setType(ValueType)
,
KExpressionsPackage.getTypeIdentifier_Type()
public void setType(ValueType newType)
setType
in interface TypeIdentifier
newType
- the new value of the 'Type' attribute.ValueType
,
TypeIdentifier.getType()
public String getTypeID()
getTypeID
in interface TypeIdentifier
TypeIdentifier.setTypeID(String)
,
KExpressionsPackage.getTypeIdentifier_TypeID()
public void setTypeID(String newTypeID)
setTypeID
in interface TypeIdentifier
newTypeID
- the new value of the 'Type ID' attribute.TypeIdentifier.getTypeID()
public CombineOperator getOperator()
getOperator
in interface TypeIdentifier
CombineOperator
,
TypeIdentifier.setOperator(CombineOperator)
,
KExpressionsPackage.getTypeIdentifier_Operator()
public void setOperator(CombineOperator newOperator)
setOperator
in interface TypeIdentifier
newOperator
- the new value of the 'Operator' attribute.CombineOperator
,
TypeIdentifier.getOperator()
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
public String toString()
toString
in class BasicEObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |