Interface ICustomizationTypedField

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ICustomizationTypedField
    extends com4j.Com4jObject
    An association between a CustomizationField and an object of a class that implements ICustomizationType.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com4j.Com4jObject field()
      Gets the CustomizationField associated with this object.
      boolean isRequired()
      Indicates whether the field is required for the specific type.
      void isRequired​(boolean pbRequired)
      Indicates whether the field is required for the specific type.
      com4j.Com4jObject type()
      Gets the CustomizationType associated with this object.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • field

        com4j.Com4jObject field()

        Gets the CustomizationField associated with this object.

        Getter method for the COM property "Field"

        Returns:
        Returns a value of type com4j.Com4jObject
      • type

        com4j.Com4jObject type()

        Gets the CustomizationType associated with this object.

        Getter method for the COM property "Type"

        Returns:
        Returns a value of type com4j.Com4jObject
      • isRequired

        boolean isRequired()

        Indicates whether the field is required for the specific type.

        Getter method for the COM property "IsRequired"

        Returns:
        Returns a value of type boolean
      • isRequired

        void isRequired​(boolean pbRequired)

        Indicates whether the field is required for the specific type.

        Setter method for the COM property "IsRequired"

        Parameters:
        pbRequired - Mandatory boolean parameter.