Interface INativeAttribute
Information on the signature target.
-
Method Summary
Modifier and TypeMethodDescriptiongetType()Get the attribute type display name.getValue()Get the attribute value.booleanimportTo(INativeItem item) Import this attribute information to a native item.booleanDetermine whether the attribute has a meaningful textual representation.
-
Method Details
-
getValue
Object getValue()Get the attribute value.- Returns:
- the attribute value
-
importTo
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.
-