|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NatureExtendable
Defines a marker interface that any class needs to implement that wants to allow natures to be layered on top.
ClassInfo
,
Nature
Method Summary | |
---|---|
void |
addNature(String nature)
Adds a specified nature. |
boolean |
hasNature(String nature)
Checks if a specified nature has been added. |
Method Detail |
---|
boolean hasNature(String nature)
nature
- the name of the nature.
void addNature(String nature)
nature
- the name of the nature
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |