public class Bit extends AbstractSimpleType
EDM_NAMESPACE, SYSTEM_NAMESPACE| Constructor and Description |
|---|
Bit() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDefaultType() |
static Bit |
getInstance() |
String |
getNamespace() |
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
getNamespace in interface EdmTypegetNamespace in class AbstractSimpleTypeEdmExceptionpublic 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.