Class NumField

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

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

    • NumField

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

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