Interface INativeAttribute


@Ser public interface INativeAttribute
Information on the signature target.
  • Method Details

    • getValue

      Object getValue()
      Returns:
      the attribute value
    • importTo

      boolean importTo(INativeItem item)
      Import attribute information to a native item
      Parameters:
      item -
      Returns:
      true if import was done, false otherwise
    • isPrintable

      boolean isPrintable()
      Returns:
      true if the String representation of the attribute is meaningful, false otherwise
    • getType

      String getType()
      Returns:
      a String describing the attribute type. Used only for display purpose.