public class EdmSByte extends AbstractSimpleType
EDM_NAMESPACE, SYSTEM_NAMESPACE| Constructor and Description |
|---|
EdmSByte() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDefaultType() |
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) |
equals, getKind, getName, getNamespace, hashCode, toString, toUriLiteral, validate, valueOfString, valueToStringpublic static EdmSByte getInstance()
public boolean isCompatible(EdmSimpleType simpleType)
isCompatible in interface EdmSimpleTypeisCompatible in class AbstractSimpleTypepublic Class<?> getDefaultType()
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 © 2013-2023 The Apache Software Foundation. All Rights Reserved.