Package org.apache.olingo.odata2.api.edm
Interface EdmSimpleTypeFacade
- All Known Implementing Classes:
EdmSimpleTypeFacadeImpl
public interface EdmSimpleTypeFacade
-
Method Summary
Modifier and TypeMethodDescriptiongetEdmSimpleTypeInstance(EdmSimpleTypeKind typeKind) IMPORTANT: UseEdmSimpleTypeKind.getEdmSimpleTypeInstance()for the application development.parseUriLiteral(String uriLiteral) IMPORTANT: UseEdmSimpleTypeKindparseUriLiteral for the implementation.parseUriLiteral(String uriLiteral, EdmFacets facets) IMPORTANT: UseEdmSimpleTypeKindparseUriLiteral for the implementation.
-
Method Details
-
parseUriLiteral
IMPORTANT: UseEdmSimpleTypeKindparseUriLiteral for the implementation.This method definition is used only inside the core of this library.
- Parameters:
uriLiteral-- Returns:
- the parsed literal
- Throws:
EdmLiteralException
-
parseUriLiteral
IMPORTANT: UseEdmSimpleTypeKindparseUriLiteral for the implementation.This method definition is used only inside the core of this library.
- Parameters:
uriLiteral-facets-- Returns:
- the parsed literal
- Throws:
EdmLiteralException
-
getEdmSimpleTypeInstance
IMPORTANT: UseEdmSimpleTypeKind.getEdmSimpleTypeInstance()for the application development.This method definition is used only inside the core of this library.
- Parameters:
typeKind- for which an instance is requested- Returns:
- an instance of the corresponding
EdmSimpleTypeto givenEdmSimpleTypeKind
-