public interface BenutzerI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of this
BenutzerI |
boolean |
istMitgliedVon(java.lang.String groupName)
Deprecated.
use #istMitgliedVonTid(String) instead
|
boolean |
istMitgliedVonTid(java.lang.String tid)
tells whether
Benutzer is member of Gruppe with the given Tid |
static final java.lang.String $0
java.lang.String getName()
BenutzerI
BenutzerI
boolean istMitgliedVon(java.lang.String groupName)
BenutzerI
is member of Gruppe
with name sgroupName
- the Gruppe nameBenutzer
is member of Gruppe
with name s, false otherwiseboolean istMitgliedVonTid(java.lang.String tid)
Benutzer
is member of Gruppe
with the given Tids
- the Gruppe TidBenutzer
is member of Gruppe
with Tid s, false otherwiseCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.