Interface INativeAttribute


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

    Modifier and Type
    Method
    Description
    Get the attribute type display name.
    Get the attribute value.
    boolean
    Import this attribute information to a native item.
    boolean
    Determine whether the attribute has a meaningful textual representation.
  • Method Details

    • getValue

      Object getValue()
      Get the attribute value.
      Returns:
      the attribute value
    • importTo

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

      boolean isPrintable()
      Determine whether the attribute has a meaningful textual representation.
      Returns:
      true if the String representation of the attribute is meaningful, false otherwise
    • getType

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