Uses of Class
org.odata4j.edm.EdmType

Packages that use EdmType
org.odata4j.core Core odata4j concepts. 
org.odata4j.edm Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. 
org.odata4j.format   
org.odata4j.format.json   
org.odata4j.format.xml   
org.odata4j.internal   
org.odata4j.producer.jdbc   
org.odata4j.producer.jpa.eclipselink   
 

Uses of EdmType in org.odata4j.core
 

Methods in org.odata4j.core that return EdmType
 EdmType OProperty.getType()
          Gets the edm-type for this property.
 EdmType OObject.getType()
          Gets the edm type of this object
 EdmType OFunctionParameter.getType()
          Gets the edm-type for this property.
 

Methods in org.odata4j.core that return types with arguments of type EdmType
static Func1<EdmType,String> OFuncs.edmTypeFullyQualifiedTypeName()
           
 

Methods in org.odata4j.core with parameters of type EdmType
static
<T extends OObject>
OCollection.Builder<T>
OCollections.newBuilder(EdmType type)
          Starts a new OCollection builder using a given edm type.
static OFunctionParameter OFunctionParameters.parse(String name, EdmType type, String value)
          Creates a new OFunctionParameter by parsing a string value
 

Uses of EdmType in org.odata4j.edm
 

Subclasses of EdmType in org.odata4j.edm
 class EdmCollectionType
          A CSDL CollectionType element.
 class EdmComplexType
          A CSDL ComplexType element.
 class EdmEntityType
          A CSDL EntityType element.
 class EdmNonSimpleType
          Non-primitive type in the EDM type system.
 class EdmSimpleType<V>
          Primitive types in the EDM type system.
 class EdmStructuralType
          In the Entity Data Model (EDM), structural types are EDM types that have members.
 

Methods in org.odata4j.edm that return EdmType
protected  EdmType EdmType.Builder._build()
           
abstract  EdmType EdmType.Builder.build()
           
 EdmType EdmType.DeferredBuilder.build()
           
protected abstract  EdmType EdmType.Builder.buildImpl()
           
protected  EdmType EdmType.DeferredBuilder.buildImpl()
           
protected  EdmType EdmComplexType.Builder.buildImpl()
           
protected  EdmType EdmCollectionType.Builder.buildImpl()
           
 EdmType EdmDataServices.findEdmEntityType(String fqName)
           
 EdmType EdmCollectionType.getItemType()
           
 EdmType EdmFunctionImport.getReturnType()
           
 EdmType EdmProperty.getType()
           
 EdmType EdmProperty.Builder.getType()
           
 EdmType EdmFunctionParameter.getType()
           
 EdmType EdmDataServices.resolveType(String fqTypeName)
           
 

Methods in org.odata4j.edm with parameters of type EdmType
static String EdmCollectionType.getCollectionTypeString(EdmProperty.CollectionKind kind, EdmType itemType)
           
static Class<? extends OObject> EdmType.getInstanceType(EdmType edmType)
          Gets the corresponding instance type of a given edm type.
 EdmFunctionParameter.Builder EdmFunctionParameter.Builder.input(String name, EdmType type)
           
static EdmType.Builder<?,?> EdmSimpleType.newBuilder(EdmType type)
           
 EdmFunctionImport.Builder EdmFunctionImport.Builder.setReturnType(EdmType returnType)
           
 EdmProperty.Builder EdmProperty.Builder.setType(EdmType type)
           
 EdmFunctionParameter.Builder EdmFunctionParameter.Builder.setType(EdmType type)
           
 

Constructors in org.odata4j.edm with parameters of type EdmType
EdmCollectionType(EdmProperty.CollectionKind kind, EdmType itemType)
           
EdmType.Builder(EdmType type)
           
 

Uses of EdmType in org.odata4j.format
 

Fields in org.odata4j.format declared as EdmType
 EdmType Settings.parseType
           
 

Constructors in org.odata4j.format with parameters of type EdmType
Settings(ODataVersion version, EdmDataServices metadata, String entitySetName, OEntityKey entityKey, FeedCustomizationMapping fcMapping, boolean isResponse, EdmType parseType)
           
 

Uses of EdmType in org.odata4j.format.json
 

Fields in org.odata4j.format.json declared as EdmType
protected  EdmType JsonFormatParser.parseType
           
 

Methods in org.odata4j.format.json with parameters of type EdmType
protected  FormatParser<? extends OObject> JsonCollectionFormatParser.createItemParser(EdmType edmType)
           
protected  void JsonFormatWriter.writeValue(JsonWriter jw, EdmType type, Object pvalue)
           
 

Uses of EdmType in org.odata4j.format.xml
 

Methods in org.odata4j.format.xml with parameters of type EdmType
protected  void XmlFormatWriter.writeProperty(XMLWriter2 writer, String name, EdmType type, Object value, boolean isDocumentElement, boolean writeType)
           
 

Uses of EdmType in org.odata4j.internal
 

Methods in org.odata4j.internal that return EdmType
 EdmType EdmDataServicesDecorator.findEdmEntityType(String fqName)
           
 

Uses of EdmType in org.odata4j.producer.jdbc
 

Methods in org.odata4j.producer.jdbc that return EdmType
 EdmType JdbcModelToMetadata.getEdmType(int jdbcType, String columnTypeName, Integer columnSize)
           
 

Uses of EdmType in org.odata4j.producer.jpa.eclipselink
 

Methods in org.odata4j.producer.jpa.eclipselink with parameters of type EdmType
static Map<String,Object> EclipseLink.getPropertyInfo(SingularAttribute<?,?> sa, EdmType type)
           
 



http://odata4j.org