Class BinStrField

java.lang.Object
com.portal.pcm.Field
com.portal.pcm.BinStrField
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
FldBinstrVal, FldIpaddr, FldMailServerId, FldProviderIpaddr

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

    • BinStrField

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

      public BinStrField(int nameID, int typeID, String name)
      Constructs a new BinStrField with the specified parameters. BRMListener
      Parameters:
      nameID - The identifier for the name of the field.
      typeID - The identifier for the type of the field.
      name - The name of the field.