Interface SmiTextualConvention

All Superinterfaces:
SmiObject, SmiValueType

public interface SmiTextualConvention extends SmiObject, SmiValueType
The SmiTextualConvention represents the SMIv2 TEXTUAL-CONVENTION and the SMIv1 type assignment construct. Although this interface extends SmiObject, it will always return null for SmiObject.getOID() because textual conventions do not have an OID.
Since:
1.2 (Pro edition only)
Author:
Frank Fock
  • Method Details

    • getDisplayHint

      String getDisplayHint()
      Gets the content of the DISPLAY-HINT clause (if present).
      Returns:
      the UNITS clause content or null if the DISPLAY-HINT clause is not present in this TEXTUAL-CONVENTION.