Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.pdp.maf.rpp.pac.dataelement.DataElementBlankWhenZeroValues

  • Packages that use DataElementBlankWhenZeroValues 
    Package Description
    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.
    • Uses of DataElementBlankWhenZeroValues in com.ibm.pdp.maf.rpp.pac.dataelement

      Methods in com.ibm.pdp.maf.rpp.pac.dataelement that return DataElementBlankWhenZeroValues 
      Modifier and Type Method and Description
      DataElementBlankWhenZeroValues DataElement.getBlankWhenZero()

      if the Blank when zero COBOL clause is generated, blanks replace the zero values that are normally printed or displayed.

      static DataElementBlankWhenZeroValues DataElementBlankWhenZeroValues.valueOf(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static DataElementBlankWhenZeroValues[] DataElementBlankWhenZeroValues.values()
      Returns an array containing the constants of this enum type, in the order they are declared.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes