Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.app.model.src.impl
Class CallableBlockWithSignatureImpl

java.lang.Object
  extended by EObjectImpl
      extended by com.ibm.etools.systems.app.model.impl.ArtifactImpl
          extended by com.ibm.etools.systems.app.model.src.impl.CallableBlockImpl
              extended by com.ibm.etools.systems.app.model.src.impl.CallableBlockWithSignatureImpl
All Implemented Interfaces:
Artifact, CallableBlock, CallableBlockWithSignature

public class CallableBlockWithSignatureImpl
extends CallableBlockImpl
implements CallableBlockWithSignature

An implementation of the model object 'Callable Block With Signature'.

The following features are implemented:


Field Summary
static String copyright
           
protected  boolean exported
          The cached value of the 'Exported' attribute.
protected static boolean EXPORTED_EDEFAULT
          The default value of the 'Exported' attribute.
 
Fields inherited from class com.ibm.etools.systems.app.model.src.impl.CallableBlockImpl
END_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition
 
Fields inherited from class com.ibm.etools.systems.app.model.impl.ArtifactImpl
external, EXTERNAL_EDEFAULT, location, LOCATION_EDEFAULT, name, NAME_EDEFAULT, subtype, SUBTYPE_EDEFAULT, type, TYPE_EDEFAULT, version, VERSION_EDEFAULT
 
Constructor Summary
protected CallableBlockWithSignatureImpl()
           
 
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)
           
 boolean isExported()
           
 void setExported(boolean newExported)
           
 String toString()
           
 
Methods inherited from class com.ibm.etools.systems.app.model.src.impl.CallableBlockImpl
basicSetSourceContainer, eBasicRemoveFromContainerFeature, eInverseAdd, eInverseRemove, getEndPosition, getSourceContainer, getStartPosition, setEndPosition, setSourceContainer, setStartPosition
 
Methods inherited from class com.ibm.etools.systems.app.model.impl.ArtifactImpl
getLocation, getName, getSubtype, getType, getVersion, isExternal, setExternal, setLocation, setName, setSubtype, setType, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.etools.systems.app.model.src.CallableBlock
getEndPosition, getSourceContainer, getStartPosition, setEndPosition, setSourceContainer, setStartPosition
 
Methods inherited from interface com.ibm.etools.systems.app.model.Artifact
getLocation, getName, getSubtype, getType, getVersion, isExternal, setExternal, setLocation, setName, setSubtype, setType, setVersion
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

EXPORTED_EDEFAULT

protected static final boolean EXPORTED_EDEFAULT
The default value of the 'Exported' attribute.

See Also:
isExported(), Constant Field Values

exported

protected boolean exported
The cached value of the 'Exported' attribute.

See Also:
isExported()
Constructor Detail

CallableBlockWithSignatureImpl

protected CallableBlockWithSignatureImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class CallableBlockImpl

isExported

public boolean isExported()

Specified by:
isExported in interface CallableBlockWithSignature
Returns:
the value of the 'Exported' attribute.
See Also:
CallableBlockWithSignature.setExported(boolean), SrcPackage.getCallableBlockWithSignature_Exported()

setExported

public void setExported(boolean newExported)

Specified by:
setExported in interface CallableBlockWithSignature
Parameters:
newExported - the new value of the 'Exported' attribute.
See Also:
CallableBlockWithSignature.isExported()

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Overrides:
eGet in class CallableBlockImpl

eSet

public void eSet(int featureID,
                 Object newValue)

Overrides:
eSet in class CallableBlockImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class CallableBlockImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class CallableBlockImpl

toString

public String toString()

Overrides:
toString in class CallableBlockImpl

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.