Uses of Interface
org.apache.olingo.odata2.api.edm.EdmSimpleType

Packages that use EdmSimpleType
org.apache.olingo.odata2.api.edm Entity Data Model API 
org.apache.olingo.odata2.api.rt Runtime Support 
 

Uses of EdmSimpleType in org.apache.olingo.odata2.api.edm
 

Methods in org.apache.olingo.odata2.api.edm that return EdmSimpleType
 EdmSimpleType EdmSimpleTypeKind.getEdmSimpleTypeInstance()
          Returns an instance for this EdmSimpleTypeKind in the form of EdmSimpleType.
 EdmSimpleType EdmSimpleTypeFacade.getEdmSimpleTypeInstance(EdmSimpleTypeKind typeKind)
          IMPORTANT: Use EdmSimpleTypeKind.getEdmSimpleTypeInstance() for the application development.
 EdmSimpleType EdmLiteral.getType()
          Gets the simple type of the literal.
 

Methods in org.apache.olingo.odata2.api.edm with parameters of type EdmSimpleType
 boolean EdmSimpleType.isCompatible(EdmSimpleType simpleType)
          Checks type compatibility.
 

Constructors in org.apache.olingo.odata2.api.edm with parameters of type EdmSimpleType
EdmLiteral(EdmSimpleType type, String literal)
          Creates an EdmLiteral object out of the simple type and the literal string.
 

Uses of EdmSimpleType in org.apache.olingo.odata2.api.rt
 

Methods in org.apache.olingo.odata2.api.rt that return EdmSimpleType
static EdmSimpleType RuntimeDelegate.getEdmSimpleType(EdmSimpleTypeKind edmSimpleTypeKind)
          Returns a simple type object for given type kind.
protected abstract  EdmSimpleType RuntimeDelegate.RuntimeDelegateInstance.getEdmSimpleType(EdmSimpleTypeKind edmSimpleTypeKind)
           
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.