org.odata4j.edm
Class EdmType

java.lang.Object
  extended by org.odata4j.edm.EdmType

public class EdmType
extends Object


Field Summary
static EdmType BINARY
           
static EdmType BOOLEAN
           
static EdmType BYTE
           
static EdmType DATETIME
           
static EdmType DATETIMEOFFSET
           
static EdmType DECIMAL
           
static EdmType DOUBLE
           
static EdmType FACETS
           
static EdmType GUID
           
static EdmType INT16
           
static EdmType INT32
           
static EdmType INT64
           
static EdmType SINGLE
           
static EdmType STRING
           
static EdmType TIME
           
 
Method Summary
static EdmType get(String typeString)
           
 boolean isPrimitive()
           
 String toString()
           
 String toTypeString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BINARY

public static final EdmType BINARY

BOOLEAN

public static final EdmType BOOLEAN

BYTE

public static final EdmType BYTE

DATETIME

public static final EdmType DATETIME

DATETIMEOFFSET

public static final EdmType DATETIMEOFFSET

DECIMAL

public static final EdmType DECIMAL

DOUBLE

public static final EdmType DOUBLE

FACETS

public static final EdmType FACETS

GUID

public static final EdmType GUID

INT16

public static final EdmType INT16

INT32

public static final EdmType INT32

INT64

public static final EdmType INT64

SINGLE

public static final EdmType SINGLE

STRING

public static final EdmType STRING

TIME

public static final EdmType TIME
Method Detail

get

public static EdmType get(String typeString)

isPrimitive

public boolean isPrimitive()

toString

public String toString()
Overrides:
toString in class Object

toTypeString

public String toTypeString()


http://odata4j.org