PARENTTYPE - The type of the parent objectspublic interface IHasParent<PARENTTYPE>
| Modifier and Type | Method and Description |
|---|---|
PARENTTYPE |
getParent()
Get the parent object of this object.
|
@Nullable PARENTTYPE getParent()
null if this object has no
parent.Copyright © 2014–2015 Philip Helger. All rights reserved.