Rational Developer for i
7.5.0

com.ibm.etools.systems.app.model.bin
Interface BinaryCallableBlock

All Known Implementing Classes:
BinaryCallableBlockImpl

public interface BinaryCallableBlock

A representation of the model object 'Binary Callable Block'.

The following features are supported:

See Also:
BinPackage.getBinaryCallableBlock()

Field Summary
static String copyright
           
 
Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 boolean isExported()
          Returns the value of the 'Exported' attribute.
 void setExported(boolean value)
          Sets the value of the 'Exported' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), BinPackage.getBinaryCallableBlock_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

isExported

boolean isExported()
Returns the value of the 'Exported' attribute.

If the meaning of the 'Exported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Exported' attribute.
See Also:
setExported(boolean), BinPackage.getBinaryCallableBlock_Exported()

setExported

void setExported(boolean value)
Sets the value of the 'Exported' attribute.

Parameters:
value - the new value of the 'Exported' attribute.
See Also:
isExported()

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.