Rational Developer for Power Systems Software
V7.6

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

All Superinterfaces:
Artifact
All Known Subinterfaces:
CallableBlockWithSignature
All Known Implementing Classes:
CallableBlockImpl, CallableBlockWithSignatureImpl

public interface CallableBlock
extends Artifact

A representation of the model object 'Callable Block'.

The following features are supported:

See Also:
SrcPackage.getCallableBlock()

Field Summary
static String copyright
           
 
Method Summary
 int getEndPosition()
          Returns the value of the 'End Position' attribute.
 SourceContainer getSourceContainer()
          Returns the value of the 'Source Container' container reference.
 int getStartPosition()
          Returns the value of the 'Start Position' attribute.
 void setEndPosition(int value)
          Sets the value of the 'End Position' attribute.
 void setSourceContainer(SourceContainer value)
          Sets the value of the 'Source Container' container reference.
 void setStartPosition(int value)
          Sets the value of the 'Start Position' attribute.
 
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

getStartPosition

int getStartPosition()
Returns the value of the 'Start Position' attribute.

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

Returns:
the value of the 'Start Position' attribute.
See Also:
setStartPosition(int), SrcPackage.getCallableBlock_StartPosition()

setStartPosition

void setStartPosition(int value)
Sets the value of the 'Start Position' attribute.

Parameters:
value - the new value of the 'Start Position' attribute.
See Also:
getStartPosition()

getEndPosition

int getEndPosition()
Returns the value of the 'End Position' attribute.

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

Returns:
the value of the 'End Position' attribute.
See Also:
setEndPosition(int), SrcPackage.getCallableBlock_EndPosition()

setEndPosition

void setEndPosition(int value)
Sets the value of the 'End Position' attribute.

Parameters:
value - the new value of the 'End Position' attribute.
See Also:
getEndPosition()

getSourceContainer

SourceContainer getSourceContainer()
Returns the value of the 'Source Container' container reference. It is bidirectional and its opposite is 'Callableblocks'.

If the meaning of the 'Source Container' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Source Container' container reference.
See Also:
setSourceContainer(SourceContainer), SrcPackage.getCallableBlock_SourceContainer(), SourceContainer.getCallableblocks()

setSourceContainer

void setSourceContainer(SourceContainer value)
Sets the value of the 'Source Container' container reference.

Parameters:
value - the new value of the 'Source Container' container reference.
See Also:
getSourceContainer()

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.