
public interface Inheritable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFinal()
Gets a flag indicating the inheritable is the final node in an inheritance hierarchy.
|
boolean |
isOverride()
Gets a flag indicating the inheritable is intended to override a super inheritable.
|
boolean isFinal()
true, if the inheritable is the final node in an inheritance hierarchy; false, else.boolean isOverride()
true, if the inheritable is intended to override a super inheritable; false, else.Copyright © 2005–2016 The JOMC Project. All rights reserved.