Class SourceNamespace
java.lang.Object
de.fraunhofer.iosb.ilt.frostclient.model.csdl.annotation.SourceNamespace
- Direct Known Subclasses:
SourceNamespaceName
A holder for the combination of an Annotation Source and Annotation
Namespace.
- Author:
- hylke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe Namespace of an annotation.The base URL defining an annotation, without file-extension.
-
Constructor Details
-
SourceNamespace
-
-
Method Details
-
getSourceUrlBase
The base URL defining an annotation, without file-extension.- Returns:
- the base URL defining an annotation, without file-extension.
-
getNameSpace
The Namespace of an annotation.- Returns:
- the Namespace of an annotation.
-