Class CsdlDocument
java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.odata.metadata.CsdlDocument
- Author:
- hylke
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateFrom(de.fraunhofer.iosb.ilt.frostserver.path.Version version, CoreSettings settings) Fill the document using the given Settings, and return itself.voidregisterAnnotation(String baseUrl, CsdlAnnotation annotation) void
-
Field Details
-
version
-
entityContainer
-
nameSpaces
-
-
Constructor Details
-
CsdlDocument
public CsdlDocument()
-
-
Method Details
-
generateFrom
public CsdlDocument generateFrom(de.fraunhofer.iosb.ilt.frostserver.path.Version version, CoreSettings settings) Fill the document using the given Settings, and return itself.- Parameters:
settings- the CoreSettings to use.- Returns:
- this.
-
registerAnnotation
-
writeXml
public void writeXml(de.fraunhofer.iosb.ilt.frostserver.path.Version version, Writer writer) throws IOException - Throws:
IOException
-