Rational Developer for Power Systems Software
V7.6

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

All Superinterfaces:
Artifact
All Known Implementing Classes:
SourceContainerImpl

public interface SourceContainer
extends Artifact

A representation of the model object 'Source Container'.

The following features are supported:

See Also:
SrcPackage.getSourceContainer()

Field Summary
static String copyright
           
 
Method Summary
 EList getCallableblocks()
          Returns the value of the 'Callableblocks' containment reference list.
 List getIncludes()
          Return a list of all SourceContainers included by this SourceContainer.
 String getSourceType()
          Returns the value of the 'Source Type' attribute.
 void setSourceType(String value)
          Sets the value of the 'Source Type' 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

getSourceType

String getSourceType()
Returns the value of the 'Source Type' attribute.

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

Returns:
the value of the 'Source Type' attribute.
See Also:
setSourceType(String), SrcPackage.getSourceContainer_SourceType()

setSourceType

void setSourceType(String value)
Sets the value of the 'Source Type' attribute.

Parameters:
value - the new value of the 'Source Type' attribute.
See Also:
getSourceType()

getCallableblocks

EList getCallableblocks()
Returns the value of the 'Callableblocks' containment reference list. The list contents are of type CallableBlock. It is bidirectional and its opposite is 'Source Container'.

If the meaning of the 'Callableblocks' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Callableblocks' containment reference list.
See Also:
SrcPackage.getSourceContainer_Callableblocks(), CallableBlock.getSourceContainer()

getIncludes

List getIncludes()
Return a list of all SourceContainers included by this SourceContainer.

Returns:
A list of SourceContainers

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.