java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.odata.metadata.CsdlAnnotation

public class CsdlAnnotation extends Object
Author:
hylke
  • Constructor Details

    • CsdlAnnotation

      public CsdlAnnotation()
  • Method Details

    • generateFrom

      public CsdlAnnotation generateFrom(CsdlDocument doc, de.fraunhofer.iosb.ilt.frostserver.model.core.annotations.Annotation annotation)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getNamespace

      public String getNamespace()
    • setNamespace

      public void setNamespace(String namespace)
    • getQualifiedName

      public String getQualifiedName()
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)
    • writeXml

      public void writeXml(Writer writer) throws IOException
      Throws:
      IOException