java.lang.Object
de.fraunhofer.iosb.ilt.frostclient.model.csdl.annotation.SourceNamespace
Direct Known Subclasses:
SourceNamespaceName

public class SourceNamespace extends Object
A holder for the combination of an Annotation Source and Annotation Namespace.
Author:
hylke
  • Constructor Details

    • SourceNamespace

      public SourceNamespace(String sourceUrlBase, String nameSpace)
  • Method Details

    • getSourceUrlBase

      public String getSourceUrlBase()
      The base URL defining an annotation, without file-extension.
      Returns:
      the base URL defining an annotation, without file-extension.
    • getNameSpace

      public String getNameSpace()
      The Namespace of an annotation.
      Returns:
      the Namespace of an annotation.