|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Inheritable
Interface to model object inheritance.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |