public abstract class

EdmDataServicesDecorator

extends EdmDataServices
java.lang.Object
   ↳ org.odata4j.edm.EdmDataServices
     ↳ org.odata4j.internal.EdmDataServicesDecorator

Summary

[Expand]
Inherited Fields
From class org.odata4j.edm.EdmDataServices
Public Constructors
EdmDataServicesDecorator()
Public Methods
EdmComplexType findEdmComplexType(String complexTypeFQName)
EdmEntitySet findEdmEntitySet(String entitySetName)
EdmType findEdmEntityType(String fqName)
EdmFunctionImport findEdmFunctionImport(String functionImportName)
EdmPropertyBase findEdmProperty(String propName)
EdmSchema findSchema(String namespace)
Iterable<EdmAssociation> getAssociations()
Iterable<EdmComplexType> getComplexTypes()
EdmEntitySet getEdmEntitySet(String entitySetName)
EdmEntitySet getEdmEntitySet(EdmEntityType type)
Iterable<EdmEntitySet> getEntitySets()
Iterable<EdmEntityType> getEntityTypes()
ImmutableList<PrefixedNamespace> getNamespaces()
ImmutableList<EdmSchema> getSchemas()
Iterable<EdmStructuralType> getStructuralTypes()
Iterable<EdmStructuralType> getSubTypes(EdmStructuralType t)
String getVersion()
String toString()
Protected Methods
abstract EdmDataServices getDelegate()
[Expand]
Inherited Methods
From class org.odata4j.edm.EdmDataServices
From class java.lang.Object

Public Constructors

public EdmDataServicesDecorator ()

Public Methods

public EdmComplexType findEdmComplexType (String complexTypeFQName)

Parameters
complexTypeFQName

public EdmEntitySet findEdmEntitySet (String entitySetName)

Parameters
entitySetName

public EdmType findEdmEntityType (String fqName)

Parameters
fqName

public EdmFunctionImport findEdmFunctionImport (String functionImportName)

Parameters
functionImportName

public EdmPropertyBase findEdmProperty (String propName)

Parameters
propName

public EdmSchema findSchema (String namespace)

Parameters
namespace

public Iterable<EdmAssociation> getAssociations ()

public Iterable<EdmComplexType> getComplexTypes ()

public EdmEntitySet getEdmEntitySet (String entitySetName)

Parameters
entitySetName

public EdmEntitySet getEdmEntitySet (EdmEntityType type)

Parameters
type

public Iterable<EdmEntitySet> getEntitySets ()

public Iterable<EdmEntityType> getEntityTypes ()

public ImmutableList<PrefixedNamespace> getNamespaces ()

public ImmutableList<EdmSchema> getSchemas ()

public Iterable<EdmStructuralType> getStructuralTypes ()

public Iterable<EdmStructuralType> getSubTypes (EdmStructuralType t)

Parameters
t

public String getVersion ()

public String toString ()

Protected Methods

protected abstract EdmDataServices getDelegate ()