Class UIntField

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

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

    • UIntField

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

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