MCPcopy Create free account
hub / github.com/BaseXdb/basex / toString

Method toString

basex-core/src/main/java/org/basex/core/users/Perm.java:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 ADMIN;
22
23 @Override
24 public String toString() {
25 return Enums.string(this);
26 }
27}

Callers

nothing calls this directly

Calls 1

stringMethod · 0.95

Tested by

no test coverage detected