Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.app.model.src
Interface CallableBlockWithSignature

All Superinterfaces:
Artifact, CallableBlock
All Known Implementing Classes:
CallableBlockWithSignatureImpl

public interface CallableBlockWithSignature
extends CallableBlock

A representation of the model object 'Callable Block With Signature'.

The following features are supported:

See Also:
SrcPackage.getCallableBlockWithSignature()

Field Summary
static String copyright
           
 
Method Summary
 boolean isExported()
          Returns the value of the 'Exported' attribute.
 void setExported(boolean value)
          Sets the value of the 'Exported' attribute.
 
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

static final String copyright

See Also:
Constant Field Values
Method Detail

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), SrcPackage.getCallableBlockWithSignature_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 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.