Interface ICustomizationList2

  • All Superinterfaces:
    com4j.Com4jObject, ICustomizationList

    public interface ICustomizationList2
    extends ICustomizationList
    Represents a user-defined list associated with a field.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isTemplate()
      Checks whether the customization item originated from the project template.
      String type()
      The type of the list.
      • Methods inherited from interface com4j.Com4jObject

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

      • isTemplate

        boolean isTemplate()

        Checks whether the customization item originated from the project template.

        Getter method for the COM property "IsTemplate"

        Returns:
        Returns a value of type boolean
      • type

        String type()

        The type of the list.

        Getter method for the COM property "Type"

        Returns:
        Returns a value of type java.lang.String