Class ErrField

java.lang.Object
com.portal.pcm.Field
com.portal.pcm.ErrField
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
FldErrBuf

public class ErrField extends Field
Specific field type
See Also:
  • Constructor Details

    • ErrField

      public ErrField(int nameID, int typeID)
      Constructs an instance of ErrField from a name ID and a type ID.
      Parameters:
      nameID - A valid Portal field name.
      typeID - A valid Portal storable class type name.
    • ErrField

      public ErrField(int nameID, int typeID, String name)