Uses of Interface
com.ibm.pdp.maf.rpp.kernel.Element

Packages that use Element
com.ibm.pdp.maf.rpp.kernel This package describes the com.ibm.pdp.maf.rpp.kernel, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.blockbase This package describes the com.ibm.pdp.maf.rpp.pac.blockbase, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.common This package describes the com.ibm.pdp.maf.rpp.pac.common, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.common.dialog This package describes the com.ibm.pdp.maf.rpp.pac.common.dialog, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.dataelement This package describes the com.ibm.pdp.maf.rpp.kernel.pac.dataelement, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.datastructure This package describes the com.ibm.pdp.maf.rpp.pac.datastructure, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.dialog This package describes the com.ibm.pdp.maf.rpp.pac.dialog, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.dialogserver This package describes the com.ibm.pdp.maf.rpp.pac.dialogserver, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.library This package describes the com.ibm.pdp.maf.rpp.pac.library, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.macro This package describes the com.ibm.pdp.maf.rpp.pac.macro, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.program This package describes the com.ibm.pdp.maf.rpp.pac.program, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.report This package describes the com.ibm.pdp.maf.rpp.pac.report, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.segment This package describes the com.ibm.pdp.maf.rpp.pac.segment, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.text This package describes the com.ibm.pdp.maf.rpp.pac.text, see the description for an UML overview. 
 

Uses of Element in com.ibm.pdp.maf.rpp.kernel
 

Subinterfaces of Element in com.ibm.pdp.maf.rpp.kernel
 interface AbstractValue
          Common interface of a value.
 interface AggregateValue
          Aggregate value interface.
 interface ByteStringValue
          Byte String value interface.
 interface DataAggregateDescription
          This interface represents a data aggregate description.
 interface DataCall
          This interface represents a data call.
 interface DataComponent
          This interface represents a data component
 interface DataDefinition
          This interface represents a data definition.
 interface DataDescription
          This interface represents a data description.
 interface DateTimeValue
          Date Time value interface.
 interface DecimalValue
          Decimal value interface.
 interface DescriptionType
           
 interface Field
          This interface represents a field.
 interface FloatValue
          Float value interface.
 interface IntegerValue
          Integer value interface.
 interface Interval
          This interface represents an interval.
 interface Keyword
          This Interface defines the keywords associated to radical entities.
 interface MetaDataAggregate
          This interface represents a meta data aggregate.
 interface MetaEntity
          This interface represents a meta entity.
 interface MetaEntityType
           
 interface MultipleValue
          Multiple value interface.
 interface RadicalElement
          This interface is the common base abstract interface for all radical elements.
 interface ReferenceConstraint
          This interface represents a reference constraint type
 interface ReferenceValue
          Reference value interface.
 interface StringValue
          String value interface.
 interface TimeStampValue
          Time Stamp value interface.
 interface UserEntity
          This interface represents a User Entity.
 interface UserEntityReferenceConstraint
          This interface represents a user entity constraint type
 interface Value
          This interface represents a value.
 

Methods in com.ibm.pdp.maf.rpp.kernel that return Element
 Element ReferenceValue.getValue()
          Returns the value.
 

Uses of Element in com.ibm.pdp.maf.rpp.pac.blockbase
 

Subinterfaces of Element in com.ibm.pdp.maf.rpp.pac.blockbase
 interface AbstractBlockBase
          BlockBases enable you to describe databases both logically and physically, taking into account the characteristics of certain DBMSs.
 interface CodasylBlockBase
          Codasyl BlockBases used to describe the relationships in network databases.
 interface DCLine
          DCLines are dedicated to the description of the CODASYL, DMSII, and TANDEM Database BlockBases.
 interface DHLine
          DH lines describe the relationships between Segments in a hierarchical BlockBase (example: DL/1).
 interface DRKLine
          Give the composition of the primary key or the foreign key.
 interface DRLine
          A -DR Line specify which SQL objects make up the relational BlockBase (tables, views, index).
 interface HierarchicalBlockBase
          Hierarchical BlockBases used to describe tree-like structured hierarchical databases.
 interface RelationalBlockBase
          Relational BlockBase are used to describe the links in relational databases in the SQL language (for example: DB2).
 interface SocrateBlockBase
          Socrate BlockBases are used to describe SOCRATE/CLIO databases
 

Uses of Element in com.ibm.pdp.maf.rpp.pac.common
 

Subinterfaces of Element in com.ibm.pdp.maf.rpp.pac.common
 interface AbstractRadicalElement
           
 interface GLine
           
 

Uses of Element in com.ibm.pdp.maf.rpp.pac.common.dialog
 

Subinterfaces of Element in com.ibm.pdp.maf.rpp.pac.common.dialog
 interface AbstractCELine
          The purpose of the CELines is to identify the fields which constitute the Screen.
 interface AbstractCSLine
          This tab is used to indicate how to access Segments in the validation, update, and display processing in a Screen or Dialog.
 interface CELineCategory
          This CELine identifies a category in the layout.
 interface CELineField
          This CELine identifies a field in the layout, represented by a Data Element
 interface CELineFieldComplement
          CELineFieldComplement allows to indicate the controls defined for the field, the branching, the fields which will be updated ,the source of the data displayed etc...
 interface CELineLabel
          Labels are of three types on a Screen:Screen titles,Labels,Data Element labels.
 interface CELineScreenCall
          This CELine identifies a Ccreen call in the layout, represented by a Screen.
 interface DataElementCallCSLine
          Specifies the data elements which constitute the key.
 interface LogicalViewCallCSLine
          Indicates, for each Business Component, the Logical View you are using and its characteristics.
 interface SegmentCallCSLine
          Indicates the segment which is accessed in the screen.
 interface ServerCallCSLine
          In a Server or Server Dialog with a Business Component type, you can call another Business Component to run a service.
 

Uses of Element in com.ibm.pdp.maf.rpp.pac.dataelement
 

Subinterfaces of Element in com.ibm.pdp.maf.rpp.pac.dataelement
 interface DataElement
          

The purpose of the Data Element entity is to identify and describe all pieces of information used by the company applications.

 interface DataElementDescription
          

The Data Element Description is used to assign explanatory text to the Data Element, and values or ranges of possible values with their meaning.

 

Uses of Element in com.ibm.pdp.maf.rpp.pac.datastructure
 

Subinterfaces of Element in com.ibm.pdp.maf.rpp.pac.datastructure
 interface DataStructure
          Data Structures are logical groups of segments, which may be :Records of files,Segments of databases,Work areas of programs,Inter-program common areas,Table items...
 

Uses of Element in com.ibm.pdp.maf.rpp.pac.dialog
 

Subinterfaces of Element in com.ibm.pdp.maf.rpp.pac.dialog
 interface AbstractDialog
          The purpose of the Dialog entity is to develop and generate the online applications of the OnLine Systems Development function or the TUI applications of the Pacbench C/S function.
 interface Dialog
          

The purpose of the Dialog entity is to develop and generate the online applications of the OnLine Systems Development function or the TUI applications of the Pacbench C/S function.

 interface Screen
          A Screen belongs to a Dialog and is considered as a list of fields.
 

Uses of Element in com.ibm.pdp.maf.rpp.pac.dialogserver
 

Subinterfaces of Element in com.ibm.pdp.maf.rpp.pac.dialogserver
 interface AbstractDialogServer
          The purpose of these entities is to develop and generate the server-side components of Pacbench C/S graphic or TUI applications.
 interface DialogServer
          The Server Dialog is a logical envelope which groups the various server-side components of an application.
 interface Server
          Servers belongs to differents categories :The Business ComponentA Business Component runs on the server side of the application and supports a set of services on a Logical View.
 

Uses of Element in com.ibm.pdp.maf.rpp.pac.library
 

Subinterfaces of Element in com.ibm.pdp.maf.rpp.pac.library
 interface Library
          

The Library allows to define some generation parameters and output formats.

 

Uses of Element in com.ibm.pdp.maf.rpp.pac.macro
 

Subinterfaces of Element in com.ibm.pdp.maf.rpp.pac.macro
 interface CommentsParameters
          Documenting a Macro is important.
 interface Macro
          The purpose of a Macro is to standardize functions that are common to several programs, or to several procedures of the same program.
 

Uses of Element in com.ibm.pdp.maf.rpp.pac.program
 

Subinterfaces of Element in com.ibm.pdp.maf.rpp.pac.program
 interface CDLine
          The purpose of the CDLine is to identify the external resources of a Program.
 interface CDLineDataStructure
          CDLineDataStrucure are used to describe three basic types of elements, which are specified in the Organization field:Standard files,Database Blocks,Work areas or linkage areas.
 interface CDLineReport
          CDLineReport are used to declare the list of ReportCall which are accessed in the program.
 interface CPLine
          

The purpose of the CPLines is to call one or more Macros into a batch or online program.

 interface DataStructureCall
          DataStructureCall gives the DataStrucure and its segments accessed in the program.
 interface MacroParameters
          MacroParameters indicates, for each parameter, its identifier and value in the program.
 interface Program
          The purpose of the Program entity is to develop and implement all the procedures defined in the detailed analysis phase.
 interface ReportCall
          ReportCall allows to have the Report called in the program and its code in the program which can be different from the Report name.
 interface SegmentCall
          SegmentCall allows to have the segment called in the program and its code in the program which can be different from the Segment name.
 

Uses of Element in com.ibm.pdp.maf.rpp.pac.report
 

Subinterfaces of Element in com.ibm.pdp.maf.rpp.pac.report
 interface CELine
          The CELine allows to describe all Element (DataE Element or Undefined Data Element) for each Structure of the Report.
 interface CompositionCELine
          The CompositionCELine allows to identify the position on layout lines, the source of the data, and the conditions under which the data is to be moved into the Data Element (defined or not).
 interface DataElementCELine
          The Data Element called in the CE Line is defined on the repository.
 interface DLine
          The -D Lines describe the composition of a layout for the current Report, especially its categories and edition lines.
 interface EditionLine
          A edition line in a category of the layout shows the type of jump, the number of lines to skip, or the absolute line number, the function to be performed before printing, the type of lines with fields to accumulate in a Report total, and the totaling structure Report field.
 interface LLine
          Gives the organization of the labels lines on your current Report.
 interface Report
          The Report entity is used to define and describe a Report.
 interface SourceLine
          Source of the data and the condition under which the source is to be transferred to the target Data Element.
 interface UndefinedDataElementCELine
          The Data Element called in the CE Line is not defined on the repository.
 

Uses of Element in com.ibm.pdp.maf.rpp.pac.segment
 

Subinterfaces of Element in com.ibm.pdp.maf.rpp.pac.segment
 interface AbstractCELines
          

The -CE Lines are used to identify the elements which compose the current Segment.

 interface AbstractSegment
          A Segment is made of a structured collection of data elements (elementary or group) and belong to a Data Structure.
 interface CELines
          The -CE Lines are used to identify the elements which compose the current Segment.
 interface Component
          Component is specific to Segment, MonoStructureSegment or Table but not to LogicalView.
 interface DataElementComponent
          Indicates that the component is a Data Element.
 interface Filler
          Fillers are not defined in the repository.
 interface GroupComponent
          A group is a set of elementary Data Elements, Segment, undefined Data Elements or Filler.
 interface LogicalView
          A Logical View defines an information concept in your company data system.
 interface LogicalViewComponent
          Indicates that the component is specific for Logical View.
 interface LVDataElementComponent
          Indicates that the component is a Data Element.
 interface LVGroupComponent
          A group is a set of elementary Data Elements, Segment, undefined Data Elements.
 interface LVSegmentComponent
          Indicates that the component is a Segment.
 interface MonoStructureSegment
          MonoStructureSegment identifies the Segments representing the common part of records in a file
 interface MoreControls
          

Indicates value validation for each component called in a Segment.

 interface PresenceCheck
          This indicates whether the presence of the Component is required, optional, or forbidden when the transaction file updates the permanent file or database.
 interface RedefinesGroup
          The Redefines Group is used when at least one element of the CELines redefines another one.
 interface Segment
          Specific Segments.
 interface SegmentComponent
          Indicates that the component is a Segment.
 interface SocrateElement
          

Indicates the complementary lines for a SOCRATE entity.

 interface SQLComplement
          The SQL Complement are used to specify the source (tables) of the elements (columns) called into a Segment which is used as a View.
 interface SubSchemaAndSubSystem
          

Defines the list of the subschemas used by a Logical View, and the subschemas and subsystems of a Table.

 interface SubSchemaAssignement
          Indicates the affiliation of the component to the subschemas defined for the Logical View.
 interface Table
          A table is a set of 'n' occurrences of a Segment.
 interface UndefinedDataElementComponent
          The component is a Data Element which is not defined in the repository.
 

Uses of Element in com.ibm.pdp.maf.rpp.pac.text
 

Subinterfaces of Element in com.ibm.pdp.maf.rpp.pac.text
 interface AbstractTextLine
          

List of text lines assigned to the section.

 interface AssignmentLine
          You can assign, i.e. associate, text lines to one or more instances -- of any entity type -- for documentation purposes.
 interface AssignmentTextLine
          You can assign, i.e. associate, text lines to one or more instances -- of any entity type -- for documentation purposes.
 interface Section
          A Text instance is subdivided into sections.
 interface Text
          The Text entity is used to document applications throughout their whole life-cycle.
 interface TextLine
          Text for documentation purposes.