Class NamespaceHelper

java.lang.Object
org.opencds.cqf.cql.engine.execution.NamespaceHelper

public class NamespaceHelper extends Object
  • Constructor Details

    • NamespaceHelper

      public NamespaceHelper()
  • Method Details

    • getUriPart

      public static String getUriPart(String namespaceQualifiedName)
      Gets the the namespace part of a fully qualified name. Returns null if namspaceQualifiedName is not qualified by namespace. Returns null if namspaceQualifiedName is null
      Parameters:
      namespaceQualifiedName - The fully qualified name
      Returns:
      the namespace part
    • getNamePart

      public static String getNamePart(String namespaceQualifiedName)
      Gets the the name part of a fully qualified name. Returns null if namspaceQualifiedName is null
      Parameters:
      namespaceQualifiedName - The fully qualified name
      Returns:
      the name part