Uses of Class
org.odata4j.edm.EdmType

Packages that use EdmType
org.odata4j.core Core odata4j concepts. 
org.odata4j.edm   
org.odata4j.format.json   
org.odata4j.producer.jpa   
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.
 

Methods in org.odata4j.core with parameters of type EdmType
static
<T> OProperty<T>
OProperties.simple(String name, EdmType type, T value)
          Creates a new OData property of the given edm-type.
static
<T> OProperty<T>
OProperties.simple(String name, EdmType type, T value, boolean exceptionOnUnknownType)
          Creates a new OData property of the given edm-type.
 

Uses of EdmType in org.odata4j.edm
 

Fields in org.odata4j.edm declared as EdmType
static EdmType EdmType.BINARY
           
static EdmType EdmType.BOOLEAN
           
static EdmType EdmType.BYTE
           
static EdmType EdmType.DATETIME
           
static EdmType EdmType.DATETIMEOFFSET
           
static EdmType EdmType.DECIMAL
           
static EdmType EdmType.DOUBLE
           
static EdmType EdmType.GUID
           
static EdmType EdmType.INT16
           
static EdmType EdmType.INT32
           
static EdmType EdmType.INT64
           
 EdmType EdmFunctionImport.returnType
           
static EdmType EdmType.SINGLE
           
static EdmType EdmType.STRING
           
static EdmType EdmType.TIME
           
 EdmType EdmProperty.type
           
 EdmType EdmFunctionParameter.type
           
 

Fields in org.odata4j.edm with type parameters of type EdmType
static Set<EdmType> EdmType.SIMPLE
          Set of all edm simple types.
 

Methods in org.odata4j.edm that return EdmType
static EdmType EdmType.forJavaType(Class<?> javaType)
          Finds the edm simple type for a given java-type.
static EdmType EdmType.get(String typeString)
          Gets the edm-type for a given type name.
 

Constructors in org.odata4j.edm with parameters of type EdmType
EdmFunctionImport(String name, EdmEntitySet entitySet, EdmType returnType, String httpMethod, List<EdmFunctionParameter> parameters)
           
EdmFunctionParameter(String name, EdmType type, String mode)
           
EdmProperty(String name, EdmType type, boolean nullable)
           
EdmProperty(String name, EdmType type, boolean nullable, Integer maxLength, Boolean unicode, Boolean fixedLength, String storeGeneratedPattern, String fcTargetPath, String fcContentKind, String fcKeepInContent, String fcEpmContentKind, String fcEpmKeepInContent)
           
 

Uses of EdmType in org.odata4j.format.json
 

Methods in org.odata4j.format.json with parameters of type EdmType
static OProperty<?> JsonTypeConverter.parse(String name, EdmType type, String value)
           
 

Uses of EdmType in org.odata4j.producer.jpa
 

Methods in org.odata4j.producer.jpa that return EdmType
protected  EdmType JPAEdmGenerator.toEdmType(SingularAttribute<?,?> sa)
           
 

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