Uses of Class
org.odata4j.core.PrefixedNamespace

Packages that use PrefixedNamespace
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.xml   
org.odata4j.internal   
 

Uses of PrefixedNamespace in org.odata4j.core
 

Methods in org.odata4j.core that return PrefixedNamespace
 PrefixedNamespace NamespacedAnnotation.getNamespace()
          Gets the namespace (and namespace prefix) for this annotation.
 PrefixedNamespace GenericAnnotation.getNamespace()
           
 

Uses of PrefixedNamespace in org.odata4j.edm
 

Methods in org.odata4j.edm that return types with arguments of type PrefixedNamespace
 List<PrefixedNamespace> EdmDecorator.getNamespaces()
          Gets custom prefixed namespaces for this EDM.
 ImmutableList<PrefixedNamespace> EdmDataServices.getNamespaces()
           
 

Method parameters in org.odata4j.edm with type arguments of type PrefixedNamespace
 EdmDataServices.Builder EdmDataServices.Builder.addNamespaces(List<PrefixedNamespace> namespaces)
           
 

Constructor parameters in org.odata4j.edm with type arguments of type PrefixedNamespace
EdmDataServices(ODataVersion version, ImmutableList<EdmSchema> schemas, ImmutableList<PrefixedNamespace> namespaces)
           
 

Uses of PrefixedNamespace in org.odata4j.format.xml
 

Methods in org.odata4j.format.xml that return types with arguments of type PrefixedNamespace
protected  List<PrefixedNamespace> EdmxFormatParser.getExtensionNamespaces(StartElement2 startElement)
           
 

Uses of PrefixedNamespace in org.odata4j.internal
 

Methods in org.odata4j.internal that return types with arguments of type PrefixedNamespace
 ImmutableList<PrefixedNamespace> EdmDataServicesDecorator.getNamespaces()
           
 



http://odata4j.org