MSchemaRef.ofNamed constructor

MSchemaRef.ofNamed(
  1. MModuleRef module,
  2. String schemaName,
  3. String type
)

Implementation

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