public final class ImportedTypeModel extends Object
imported type from an extension of
a given name| Constructor and Description |
|---|
ImportedTypeModel(String originExtensionName,
org.mule.metadata.api.model.MetadataType importedType)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.mule.metadata.api.model.MetadataType |
getImportedType() |
String |
getOriginExtensionName() |
int |
hashCode() |
public ImportedTypeModel(String originExtensionName, org.mule.metadata.api.model.MetadataType importedType)
originExtensionName - the name of the extension which originally defines the typeimportedType - the type to be importedIllegalArgumentException - if originExtensionName is blank or importedType is nullCopyright © 2017 MuleSoft, Inc.. All rights reserved.