TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine.algorithm.impl
Class IArgumentImpl

java.lang.Object
  extended byorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended byorg.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended byorg.eclipse.emf.ecore.impl.EObjectImpl
              extended byorg.eclipse.tptp.platform.analysis.engine.algorithm.impl.IArgumentImpl
All Implemented Interfaces:
org.eclipse.emf.ecore.EObject, IArgument, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.common.notify.Notifier
Direct Known Subclasses:
IBooleanArgumentImpl, IClassArgumentImpl, IComponentArgumentImpl, IDoubleArgumentImpl, IEObjectArgumentImpl, IIntegerArgumentImpl, IInterfaceArgumentImpl, ILongArgumentImpl, IMethodArgumentImpl, IPackageArgumentImpl, IStringArgumentImpl, IStringArrayArgumentImpl

public class IArgumentImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements IArgument

An implementation of the model object 'IArgument'.

The following features are implemented:

Generated

Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
protected  boolean editable
          The cached value of the 'Editable' attribute
protected static boolean EDITABLE_EDEFAULT
          The default value of the 'Editable' attribute
protected  boolean hidden
          The cached value of the 'Hidden' attribute
protected static boolean HIDDEN_EDEFAULT
          The default value of the 'Hidden' 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 IArgumentImpl()
           
 
Method Summary
 java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature, boolean resolve)
           
 boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
           
 void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature, java.lang.Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
           
 java.lang.Object getValue()
           
 boolean isEditable()
           
 boolean isHidden()
           
 void setEditable(boolean newEditable)
           
 void setHidden(boolean newHidden)
           
 void setValue(java.lang.Object value)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
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, eIsProxy, eResource
 
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

EDITABLE_EDEFAULT

protected static final boolean EDITABLE_EDEFAULT
The default value of the 'Editable' attribute.

See Also:
isEditable(), Constant Field Values
Generated
[EMF] Ordered

editable

protected boolean editable
The cached value of the 'Editable' attribute.

See Also:
isEditable()
Generated
[EMF] Ordered

HIDDEN_EDEFAULT

protected static final boolean HIDDEN_EDEFAULT
The default value of the 'Hidden' attribute.

See Also:
isHidden(), Constant Field Values
Generated
[EMF] Ordered

hidden

protected boolean hidden
The cached value of the 'Hidden' attribute.

See Also:
isHidden()
Generated
[EMF] Ordered
Constructor Detail

IArgumentImpl

protected IArgumentImpl()

Generated
Method Detail

eStaticClass

protected org.eclipse.emf.ecore.EClass eStaticClass()

Generated

isEditable

public boolean isEditable()

Specified by:
isEditable in interface IArgument
Returns:
the value of the 'Editable' attribute.
See Also:
IArgument.setEditable(boolean), AlgorithmPackage.getIArgument_Editable()
Generated

setEditable

public void setEditable(boolean newEditable)

Specified by:
setEditable in interface IArgument
Parameters:
newEditable - the new value of the 'Editable' attribute.
See Also:
IArgument.isEditable()
Generated

isHidden

public boolean isHidden()

Specified by:
isHidden in interface IArgument
Returns:
the value of the 'Hidden' attribute.
See Also:
IArgument.setHidden(boolean), AlgorithmPackage.getIArgument_Hidden()
Generated

setHidden

public void setHidden(boolean newHidden)

Specified by:
setHidden in interface IArgument
Parameters:
newHidden - the new value of the 'Hidden' attribute.
See Also:
IArgument.isHidden()
Generated

getValue

public java.lang.Object getValue()

Specified by:
getValue in interface IArgument

setValue

public void setValue(java.lang.Object value)

Specified by:
setValue in interface IArgument

eGet

public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                             boolean resolve)

Specified by:
eGet in interface org.eclipse.emf.ecore.EObject
Generated

eSet

public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.EObject
Generated

eUnset

public void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)

Specified by:
eUnset in interface org.eclipse.emf.ecore.EObject
Generated

eIsSet

public boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.EObject
Generated

toString

public java.lang.String toString()

Generated

TPTP 4.2.0 Platform Project
Public API Specification