public class EdmSimpleTypeFacadeImpl extends Object implements EdmSimpleTypeFacade
| Constructor and Description |
|---|
EdmSimpleTypeFacadeImpl() |
| Modifier and Type | Method and Description |
|---|---|
static EdmSimpleType |
getEdmSimpleType(EdmSimpleTypeKind typeKind) |
EdmSimpleType |
getEdmSimpleTypeInstance(EdmSimpleTypeKind typeKind)
IMPORTANT: Use
EdmSimpleTypeKind.getEdmSimpleTypeInstance() for the application development. |
static EdmSimpleType |
getInternalEdmSimpleTypeByString(String edmSimpleType) |
EdmLiteral |
parseUriLiteral(String uriLiteral)
IMPORTANT: Use
EdmSimpleTypeKind parseUriLiteral for the implementation. |
EdmLiteral |
parseUriLiteral(String uriLiteral,
EdmFacets facets)
IMPORTANT: Use
EdmSimpleTypeKind parseUriLiteral for the implementation. |
public EdmLiteral parseUriLiteral(String uriLiteral) throws EdmLiteralException
EdmSimpleTypeFacadeEdmSimpleTypeKind parseUriLiteral for the implementation.
This method definition is used only inside the core of this library.
parseUriLiteral in interface EdmSimpleTypeFacadeEdmLiteralExceptionpublic EdmLiteral parseUriLiteral(String uriLiteral, EdmFacets facets) throws EdmLiteralException
EdmSimpleTypeFacadeEdmSimpleTypeKind parseUriLiteral for the implementation.
This method definition is used only inside the core of this library.
parseUriLiteral in interface EdmSimpleTypeFacadeEdmLiteralExceptionpublic EdmSimpleType getEdmSimpleTypeInstance(EdmSimpleTypeKind typeKind)
EdmSimpleTypeFacadeEdmSimpleTypeKind.getEdmSimpleTypeInstance() for the application development.
This method definition is used only inside the core of this library.
getEdmSimpleTypeInstance in interface EdmSimpleTypeFacadetypeKind - for which an instance is requestedEdmSimpleType to given EdmSimpleTypeKindpublic static EdmSimpleType getEdmSimpleType(EdmSimpleTypeKind typeKind)
public static EdmSimpleType getInternalEdmSimpleTypeByString(String edmSimpleType)
Copyright © 2020. All rights reserved.