Class TextBufField

java.lang.Object
com.portal.pcm.Field
com.portal.pcm.TextBufField
All Implemented Interfaces:
Serializable, Cloneable

public class TextBufField extends Field
The TextBufField class is used to construct instaces of TextBufField from a name ID and a type ID.
See Also:
  • Constructor Details

    • TextBufField

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

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