Class EdmLiteral


  • public final class EdmLiteral
    extends Object
    @org.apache.olingo.odata2.DoNotImplement

    Representation of a simple-typed literal

    The literal is in default representation. The URI representation differs from the default representation mainly in the additional presence of type indicators (prefixes or suffixes, respectively); since the type information is stored here separately, the default representation is more appropriate. Should the URI representation be needed, it can be re-created by calling EdmSimpleType.toUriLiteral(java.lang.String).

    See Also:
    EdmLiteralKind
    • 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