public class EdmNull extends AbstractSimpleType
EDM_NAMESPACE, SYSTEM_NAMESPACE| Constructor and Description |
|---|
EdmNull() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<?> |
getDefaultType()
Returns the default Java type for this EDM simple type as described in
the documentation of
EdmSimpleType. |
static EdmNull |
getInstance() |
int |
hashCode() |
protected <T> T |
internalValueOfString(String value,
EdmLiteralKind literalKind,
EdmFacets facets,
Class<T> returnType) |
protected <T> String |
internalValueToString(T value,
EdmLiteralKind literalKind,
EdmFacets facets) |
String |
toUriLiteral(String literal)
Converts default literal representation to URI literal representation.
|
getKind, getName, getNamespace, isCompatible, toString, validate, valueOfString, valueToStringpublic static EdmNull getInstance()
public boolean equals(Object obj)
equals in class AbstractSimpleTypepublic int hashCode()
hashCode in class AbstractSimpleTypepublic Class<?> getDefaultType()
EdmSimpleTypeEdmSimpleType.protected <T> T internalValueOfString(String value, EdmLiteralKind literalKind, EdmFacets facets, Class<T> returnType) throws EdmSimpleTypeException
internalValueOfString in class AbstractSimpleTypeEdmSimpleTypeExceptionprotected <T> String internalValueToString(T value, EdmLiteralKind literalKind, EdmFacets facets) throws EdmSimpleTypeException
internalValueToString in class AbstractSimpleTypeEdmSimpleTypeExceptionpublic String toUriLiteral(String literal)
EdmSimpleTypetoUriLiteral in interface EdmSimpleTypetoUriLiteral in class AbstractSimpleTypeliteral - the literal in default representationCopyright © 2020. All rights reserved.