Class NamespaceHelper
java.lang.Object
org.opencds.cqf.cql.engine.execution.NamespaceHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetNamePart(String namespaceQualifiedName) Gets the the name part of a fully qualified name.static StringgetUriPart(String namespaceQualifiedName) Gets the the namespace part of a fully qualified name.
-
Constructor Details
-
NamespaceHelper
public NamespaceHelper()
-
-
Method Details
-
getUriPart
Gets the the namespace part of a fully qualified name. Returns null ifnamspaceQualifiedNameis not qualified by namespace. Returns null ifnamspaceQualifiedNameis null- Parameters:
namespaceQualifiedName- The fully qualified name- Returns:
- the namespace part
-
getNamePart
Gets the the name part of a fully qualified name. Returns null ifnamspaceQualifiedNameis null- Parameters:
namespaceQualifiedName- The fully qualified name- Returns:
- the name part
-