Rational Developer for i
7.5.0

com.ibm.etools.systems.app.model.bin.impl
Class BinaryCallableBlockImpl

java.lang.Object
  extended by EObjectImpl
      extended by com.ibm.etools.systems.app.model.bin.impl.BinaryCallableBlockImpl
All Implemented Interfaces:
BinaryCallableBlock

public class BinaryCallableBlockImpl
extends EObjectImpl
implements BinaryCallableBlock

An implementation of the model object 'Binary Callable Block'.

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.
protected  String name
          The cached value of the 'Name' attribute.
protected static String NAME_EDEFAULT
          The default value of the 'Name' attribute.
 
Constructor Summary
protected BinaryCallableBlockImpl()
           
 
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)
           
 String getName()
           
 boolean isExported()
           
 void setExported(boolean newExported)
           
 void setName(String newName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

NAME_EDEFAULT

protected static final String NAME_EDEFAULT
The default value of the 'Name' attribute.

See Also:
getName()

name

protected String name
The cached value of the 'Name' attribute.

See Also:
getName()

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

BinaryCallableBlockImpl

protected BinaryCallableBlockImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getName

public String getName()

Specified by:
getName in interface BinaryCallableBlock
Returns:
the value of the 'Name' attribute.
See Also:
BinaryCallableBlock.setName(String), BinPackage.getBinaryCallableBlock_Name()

setName

public void setName(String newName)

Specified by:
setName in interface BinaryCallableBlock
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
BinaryCallableBlock.getName()

isExported

public boolean isExported()

Specified by:
isExported in interface BinaryCallableBlock
Returns:
the value of the 'Exported' attribute.
See Also:
BinaryCallableBlock.setExported(boolean), BinPackage.getBinaryCallableBlock_Exported()

setExported

public void setExported(boolean newExported)

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

eGet

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


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public String toString()


Rational Developer for i
7.5.0

Copyright 2009 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.