Uses of Class
com.ibm.pdp.maf.rpp.pac.segment.PresenceCheckValues

Packages that use PresenceCheckValues
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. 
 

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

Methods in com.ibm.pdp.maf.rpp.pac.segment that return PresenceCheckValues
 PresenceCheckValues PresenceCheck.getInCreation()
          Specify here whether the Component presence is required when the transaction file creates a record in the permanent file or database.
 PresenceCheckValues PresenceCheck.getInDeletion()
          Specify here whether the Component presence is required when the transaction file deletes a record in the permanent file or database.
 PresenceCheckValues PresenceCheck.getInModification()
          Specify here whether the Component presence is required when the transaction file modifies a record in the permanent file or database.
 PresenceCheckValues PresenceCheck.getInType4()
          Specify here whether the Component presence is required when the transaction file updates a record in the permanent file or database.
 PresenceCheckValues PresenceCheck.getInType5()
          Specify here whether the Component presence is required when the transaction file updates a record in the permanent file or database.
 PresenceCheckValues PresenceCheck.getInType6()
          Specify here whether the Component presence is required when the transaction file updates a record in the permanent file or database.
 PresenceCheckValues Segment.getPresenceInCreation()
          Indicates the presence specifications for the specific Segment.
 PresenceCheckValues Segment.getPresenceInDeletion()
          Indicates the presence specifications for the specific Segment.
 PresenceCheckValues Segment.getPresenceInModification()
          Indicates the presence specifications for the specific Segment.
 PresenceCheckValues Segment.getPresenceInType4()
          Indicates the presence specifications for the specific Segment.
 PresenceCheckValues Segment.getPresenceInType5()
          Indicates the presence specifications for the specific Segment.
 PresenceCheckValues Segment.getPresenceInType6()
          Indicates the presence specifications for the specific Segment.
static PresenceCheckValues PresenceCheckValues.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PresenceCheckValues[] PresenceCheckValues.values()
          Returns an array containing the constants of this enum type, in the order they are declared.