public interface IImportRoot
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsImport(java.lang.Class pChildClass)
Returns whether the given entity type is supported to be imported
into that root import object.
|
boolean supportsImport(java.lang.Class pChildClass)
pChildClass - the class of object to be imported into this onetrue if the given type could be imported, false otherwise