Class CsdlDocument
java.lang.Object
de.fraunhofer.iosb.ilt.frostclient.model.csdl.CsdlDocument
- Author:
- hylke
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSchemaItem(String name, CsdlSchema schema) voidapplyTo(ModelRegistry mr) Fill the document using the given Settings, and return itself.static CsdlDocumentof(ModelRegistry mr) voidregisterAnnotation(String baseUrl, CsdlAnnotation annotation) void
-
Field Details
-
VERSION_ODATA_40
- See Also:
-
VERSION_ODATA_401
- See Also:
-
version
-
entityContainer
-
nameSpaces
-
-
Constructor Details
-
CsdlDocument
public CsdlDocument()
-
-
Method Details
-
addSchemaItem
-
fillFrom
Fill the document using the given Settings, and return itself.- Parameters:
mr- the ModelRegistry to create the document from.- Returns:
- this.
-
applyTo
-
registerAnnotation
-
writeXml
- Throws:
IOException
-
of
-