Class QualifiedNameInStaticImportValueConverter

    • Constructor Detail

      • QualifiedNameInStaticImportValueConverter

        public QualifiedNameInStaticImportValueConverter()
    • Method Detail

      • toString

        public java.lang.String toString​(java.lang.String value)
        Description copied from interface: IValueConverter
        Transforms the given value to a string that is conformant to the expected terminal or data type rule.
        Specified by:
        toString in interface IValueConverter<java.lang.String>
        Overrides:
        toString in class QualifiedNameValueConverter
        Parameters:
        value - the to-be-transformed value
        Returns:
        a string represenation for that value.