Class FldInstruction

java.lang.Object
com.portal.pcm.Field
com.portal.pcm.StrField
com.portal.pcm.fields.FldInstruction
All Implemented Interfaces:
Serializable, Cloneable

public class FldInstruction extends StrField
Specific Field subclasses. This subclasses of Field is used with the FList class to specifiy which field is being accessed, and its type. The type information is used to provide compile time type checking. These classes are auto generated from the pin_flds.h and flds/*.h C header files.
See Also:
  • Field Details

  • Constructor Details

    • FldInstruction

      public FldInstruction()
      Constructs an instance of FldInstruction
  • Method Details

    • getInst

      public static FldInstruction getInst()
      Returns an instance of FldInstruction
      Returns:
      An instance of FldInstruction