| com.pnfsoftware.jeb.core.IUnitCreator |
Known Indirect Subclasses
|
Tagging interface for types that produce units. Currently, unit creators can be:
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract String |
getName()
Get the name of this object.
| ||||||||||
| abstract IUnitCreator |
getParent()
Get the parent unit.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.util.events.IEventSource
| |||||||||||
Get the name of this object.
Get the parent unit. Only a unit can have a prent unit; ie, if this object is not a unit, this method returns null.