Schnittstelle RootRequestable
- Alle bekannten Implementierungsklassen:
WebGui
public interface RootRequestable
A
RootRequestable can be asked if it is either a root object or a
child object.- Version:
- 2025-08-09
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
isChild
default boolean isChild()- Gibt zurück:
- true if the current
RootRequestableis a child object, false otherwise.
-
isRoot
boolean isRoot()- Gibt zurück:
- true if the current
RootRequestableis a root object, false otherwise.
-