public class EdmInt64 extends AbstractSimpleType
EDM_NAMESPACE, SYSTEM_NAMESPACE| Constructor and Description |
|---|
EdmInt64() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDefaultType()
Returns the default Java type for this EDM simple type as described in
the documentation of
EdmSimpleType. |
static EdmInt64 |
getInstance() |
protected <T> T |
internalValueOfString(String value,
EdmLiteralKind literalKind,
EdmFacets facets,
Class<T> returnType) |
protected <T> String |
internalValueToString(T value,
EdmLiteralKind literalKind,
EdmFacets facets) |
boolean |
isCompatible(EdmSimpleType simpleType)
Checks type compatibility.
|
String |
toUriLiteral(String literal)
Converts default literal representation to URI literal representation.
|
equals, getKind, getName, getNamespace, hashCode, toString, validate, valueOfString, valueToStringpublic static EdmInt64 getInstance()
public boolean isCompatible(EdmSimpleType simpleType)
EdmSimpleTypeisCompatible in interface EdmSimpleTypeisCompatible in class AbstractSimpleTypesimpleType - the EdmSimpleType to be tested for compatibilitytrue if the provided type is compatible to this typepublic 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.