Interface INativeAttribute
Information on the signature target.
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
getValue()
boolean
importTo
(INativeItem item) Import attribute information to a native itemboolean
-
Method Details
-
getValue
Object getValue()- Returns:
- the attribute value
-
importTo
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.
-