java.lang.Object
dev.metaschema.core.model.util.ModuleUtils
Provides utility methods for parsing qualified names within Metaschema
modules.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IEnhancedQNameparseFlagName(IModule module, String name) Parse a flag name.static IEnhancedQNameparseModelName(IModule module, String name) Parse the name of a field or assembly.
-
Method Details
-
parseFlagName
Parse a flag name.The namespace for the name will be determined according to
StaticContext.parseFlagName(String).- Parameters:
module- the containing modulename- the name- Returns:
- the parsed qualified name
-
parseModelName
Parse the name of a field or assembly.The namespace for the name will be determined according to
StaticContext.parseModelName(String).- Parameters:
module- the containing modulename- the name- Returns:
- the parsed qualified name
-