Class EdmSimpleTypeFacadeImpl
java.lang.Object
org.apache.olingo.odata2.core.edm.EdmSimpleTypeFacadeImpl
- All Implemented Interfaces:
EdmSimpleTypeFacade
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EdmSimpleTypegetEdmSimpleType(EdmSimpleTypeKind typeKind) getEdmSimpleTypeInstance(EdmSimpleTypeKind typeKind) IMPORTANT: UseEdmSimpleTypeKind.getEdmSimpleTypeInstance()for the application development.static EdmSimpleTypegetInternalEdmSimpleTypeByString(String edmSimpleType) parseUriLiteral(String uriLiteral) IMPORTANT: UseEdmSimpleTypeKindparseUriLiteral for the implementation.parseUriLiteral(String uriLiteral, EdmFacets facets) IMPORTANT: UseEdmSimpleTypeKindparseUriLiteral for the implementation.
-
Constructor Details
-
EdmSimpleTypeFacadeImpl
public EdmSimpleTypeFacadeImpl()
-
-
Method Details
-
parseUriLiteral
Description copied from interface:EdmSimpleTypeFacadeIMPORTANT: UseEdmSimpleTypeKindparseUriLiteral for the implementation.This method definition is used only inside the core of this library.
- Specified by:
parseUriLiteralin interfaceEdmSimpleTypeFacade- Returns:
- the parsed literal
- Throws:
EdmLiteralException
-
parseUriLiteral
Description copied from interface:EdmSimpleTypeFacadeIMPORTANT: UseEdmSimpleTypeKindparseUriLiteral for the implementation.This method definition is used only inside the core of this library.
- Specified by:
parseUriLiteralin interfaceEdmSimpleTypeFacade- Returns:
- the parsed literal
- Throws:
EdmLiteralException
-
getEdmSimpleTypeInstance
Description copied from interface:EdmSimpleTypeFacadeIMPORTANT: UseEdmSimpleTypeKind.getEdmSimpleTypeInstance()for the application development.This method definition is used only inside the core of this library.
- Specified by:
getEdmSimpleTypeInstancein interfaceEdmSimpleTypeFacade- Parameters:
typeKind- for which an instance is requested- Returns:
- an instance of the corresponding
EdmSimpleTypeto givenEdmSimpleTypeKind
-
getEdmSimpleType
-
getInternalEdmSimpleTypeByString
-