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

All Superinterfaces:
Element

public interface SubSchemaAndSubSystem
extends Element

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


Field Summary
static java.lang.String copyright
           
 
Method Summary
 int getMaxOccurencesNumber()
          The value entered in this field indicates the repetitive read or update capacity of the server which calls the Logical View.
 int getNumber()
          Number of the subschema or the subsystem from 0 to 9 or number depending on the table line type.
 java.lang.String getSubSchemaOrSubSystemName()
          Name of the subschema or name of the subsystem depending on the table line type.
 TableLineTypeValues getTableLineType()
          Indicates the type : S for subschema or Y for subsystem.
 

Field Detail

copyright

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

getMaxOccurencesNumber

int getMaxOccurencesNumber()

The value entered in this field indicates the repetitive read or update capacity of the server which calls the Logical View.

This capacity is expressed by a maximum number of repetitions.

For a table Pactables, this field is strictly for documentation purposes.

Returns:

getNumber

int getNumber()

Number of the subschema or the subsystem from 0 to 9 or number depending on the table line type.

Returns:

getSubSchemaOrSubSystemName

java.lang.String getSubSchemaOrSubSystemName()

Name of the subschema or name of the subsystem depending on the table line type.

Returns:

getTableLineType

TableLineTypeValues getTableLineType()

Indicates the type : S for subschema or Y for subsystem.

Returns: