public class EdmSByte extends AbstractSimpleType
EDM_NAMESPACE, SYSTEM_NAMESPACE| Constructor and Description |
|---|
EdmSByte() |
| 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 EdmSByte |
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.
|
equals, getKind, getName, getNamespace, hashCode, toString, toUriLiteral, validate, valueOfString, valueToStringpublic static EdmSByte 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 AbstractSimpleTypeEdmSimpleTypeExceptionCopyright © 2020. All rights reserved.