Class EdmLiteral

    • Constructor Detail

      • EdmLiteral

        public EdmLiteral​(EdmSimpleType type,
                          String literal)
        Creates an EdmLiteral object out of the simple type and the literal string.
        Parameters:
        type - EdmSimpleType simple type
        literal - String literal in default (not URI) representation
    • Method Detail

      • getLiteral

        public String getLiteral()
        Gets the literal String.
        Returns:
        String literal in default (not URI) representation