Class UserPropertyDefnHandle

    • Constructor Detail

      • UserPropertyDefnHandle

        public UserPropertyDefnHandle​(DesignElementHandle element,
                                      UserPropertyDefn prop)
        Constructs a handle for the user-defined property with the given element handle and the user-defined property.
        Parameters:
        element - a handle to a report element
        prop - The definition of the user-defined property.
      • UserPropertyDefnHandle

        public UserPropertyDefnHandle​(DesignElementHandle element,
                                      java.lang.String propName)
        Constructs a handle for the user-defined property with the given element handle and the name of the user-defined property.
        Parameters:
        element - a handle to a report element
        propName - The name of the user-defined property.
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name of the user-defined property.
        Returns:
        the name of the user-defined property
      • getType

        public int getType()
        Returns the type of the user-defined property.
        Returns:
        the type of the user-defined property
        See Also:
        PropertyType
      • getDisplayName

        public java.lang.String getDisplayName()
        Returns the display name of the user-defined property.
        Returns:
        the display name of the user-defined property
      • getCopy

        public UserPropertyDefn getCopy()
        Returns the copy of the property definition for this user-defined property.
        Returns:
        the copy of the property definition
      • getDefn

        public UserPropertyDefn getDefn()
        Gets the user-defined property of this handle.
        Returns:
        the user-defined property of this handle