MSchemaRef.ofNamed constructor
MSchemaRef.ofNamed(
- MModuleRef module,
- String schemaName,
- String type
Implementation
MSchemaRef.ofNamed(MModuleRef module, String schemaName, String type)
: this(module.developer, module.module, schemaName, module.version, type);