org.odata4j.edm
Class EdmDataServices

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

public class EdmDataServices
extends Object


Field Summary
 List<EdmSchema> schemas
           
 String version
           
 
Constructor Summary
EdmDataServices(String version, List<EdmSchema> schemas)
           
 
Method Summary
 EdmComplexType findEdmComplexType(String complexTypeFQName)
           
 EdmEntitySet findEdmEntitySet(String entitySetName)
           
 Iterable<EdmAssociation> getAssociations()
           
 Iterable<EdmComplexType> getComplexTypes()
           
 EdmEntitySet getEdmEntitySet(String entitySetName)
           
 Iterable<EdmEntitySet> getEntitySets()
           
 Iterable<EdmEntityType> getEntityTypes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schemas

public final List<EdmSchema> schemas

version

public final String version
Constructor Detail

EdmDataServices

public EdmDataServices(String version,
                       List<EdmSchema> schemas)
Method Detail

findEdmComplexType

public EdmComplexType findEdmComplexType(String complexTypeFQName)

findEdmEntitySet

public EdmEntitySet findEdmEntitySet(String entitySetName)

getAssociations

public Iterable<EdmAssociation> getAssociations()

getComplexTypes

public Iterable<EdmComplexType> getComplexTypes()

getEdmEntitySet

public EdmEntitySet getEdmEntitySet(String entitySetName)

getEntitySets

public Iterable<EdmEntitySet> getEntitySets()

getEntityTypes

public Iterable<EdmEntityType> getEntityTypes()


http://odata4j.org