public interface Export
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getType()
Returns the export type.
|
boolean |
isResolved()
True if this export has been resolved to an import.
|
boolean |
match(Import imprt)
Returns true if an import matched the export.
|
void |
resolve()
Marks the export as resolved for an import.
|
javax.xml.namespace.QName getType()
boolean match(Import imprt)
imprt - the import to matchboolean isResolved()
void resolve()