| java.lang.Object |
| ↳ |
org.odata4j.edm.EdmDataServices |
Known Direct Subclasses
|
Class Overview
The <edmx:DataServices> element contains the service metadata of a Data Service. This service metadata contains zero or more EDM conceptual schemas.
Since this is the root of a large metadata tree, convenience methods are included to help locate child metadata elements.
Summary
| Nested Classes |
|
class |
EdmDataServices.Builder |
Mutable builder for EdmDataServices objects. |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
Protected Constructors
Parameters
| version
| |
| schemas
| |
| namespaces
| |
Public Methods
public
EdmType
findEdmEntityType
(String fqName)
public
EdmSchema
findSchema
(String namespace)
public
String
getVersion
()
public
EdmType
resolveType
(String fqTypeName)