com.ibm.pdp.maf.rpp.pac.segment
Interface LogicalView

All Superinterfaces:
AbstractRadicalElement, AbstractSegment, Element, RadicalElement

public interface LogicalView
extends AbstractSegment

A Logical View defines an information concept in your company data system. It is constituted of a collection of elementary data, which are Data Elements. It is conveyed between the server and the client parts through the message that both parts exchange to communicate.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List<SubSchemaAndSubSystem> getSSLines()
           
 TransferDirectionValues getTransferDirection()
           
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.segment.AbstractSegment
getCELines, getDataStructure, getGELines, getGenerationLibrary, getGGLines, getGOLines, getLevelAddressLength, getOccurrencesNumber, getStatistics, getTableSize, getType
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.common.AbstractRadicalElement
getGCLines
 
Methods inherited from interface com.ibm.pdp.maf.rpp.kernel.RadicalElement
getCalledEntities, getDescriptionTypes, getDesignId, getEntityVersion, getKeywords, getLabel, getName, getPackage, getProject, isResolved
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getSSLines

java.util.List<SubSchemaAndSubSystem> getSSLines()

Give the list of the subschemas defined for the Logical View.

Returns:

getTransferDirection

TransferDirectionValues getTransferDirection()

Represents the transfer direction between the client and the server.

Returns: