com.ibm.jtopenlite.command.program.workmgmt

Class OpenListOfJobsKeyField

  • java.lang.Object
    • com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsKeyField


  • public class OpenListOfJobsKeyField
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      OpenListOfJobsKeyField(int key, boolean isBinary, int lengthOfData, int displacementToData) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getDisplacement() 
      int getKey() 
      int getLength() 
      boolean isBinary() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenListOfJobsKeyField

        public OpenListOfJobsKeyField(int key,
                              boolean isBinary,
                              int lengthOfData,
                              int displacementToData)
    • Method Detail

      • getKey

        public int getKey()
      • isBinary

        public boolean isBinary()
      • getLength

        public int getLength()
      • getDisplacement

        public int getDisplacement()