public class EdmDateTimeOffset extends AbstractSimpleType
EdmSimpleType documentation.EDM_NAMESPACE, SYSTEM_NAMESPACE| Constructor and Description |
|---|
EdmDateTimeOffset() |
| 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 EdmDateTimeOffset |
getInstance() |
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.
|
equals, getKind, getName, getNamespace, hashCode, isCompatible, toString, validate, valueOfString, valueToStringpublic static EdmDateTimeOffset getInstance()
public 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) throws EdmSimpleTypeException
EdmSimpleTypetoUriLiteral in interface EdmSimpleTypetoUriLiteral in class AbstractSimpleTypeliteral - the literal in default representationEdmSimpleTypeExceptionCopyright © 2020. All rights reserved.