public class Bit extends AbstractSimpleType
EDM_NAMESPACE, SYSTEM_NAMESPACE| Constructor and Description |
|---|
Bit() |
| 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 Bit |
getInstance() |
String |
getNamespace()
Namespace of this
EdmType |
protected <T> T |
internalValueOfString(String value,
EdmLiteralKind literalKind,
EdmFacets facets,
Class<T> returnType) |
protected <T> String |
internalValueToString(T value,
EdmLiteralKind literalKind,
EdmFacets facets) |
equals, getKind, getName, hashCode, isCompatible, toString, toUriLiteral, validate, valueOfString, valueToStringpublic static Bit getInstance()
public String getNamespace() throws EdmException
EdmTypeEdmTypegetNamespace in interface EdmTypegetNamespace in class AbstractSimpleTypeEdmExceptionpublic 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.