|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CliModeObject
This is a container for a CliMode
together with additional associated
information.
Method Summary | |
---|---|
Class<?> |
getAnnotatedClass()
This method gets the Class that was annotated with the
mode . |
Set<? extends CliModeObject> |
getExtendedModes()
This method gets the Set of modes that are
extended by this mode
including this mode itself. |
String |
getId()
The ID of the mode . |
CliMode |
getMode()
This method gets the actual CliMode . |
String |
getTitle()
The title of the mode . |
Method Detail |
---|
String getId()
ID
of the mode
.getMode()
may return
null
.
String getTitle()
title
of the mode
. If the
title is NOT set, the ID
is returnedgetMode()
may return
null
.
ID
if title is NOT set.CliMode getMode()
CliMode
.
CliMode
or null
if no CliMode
annotation was present.Class<?> getAnnotatedClass()
Class
that was annotated with the
mode
.
Class
or null
if
getMode()
is null
.Set<? extends CliModeObject> getExtendedModes()
Set
of modes
that are
extended
by this mode
including this mode
itself.
modes
including this
mode
itself.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |