Uses of Class
de.mid.innovator.util.SystemUserKind
-
Packages that use SystemUserKind Package Description de.mid.innovator.util The package contains some useful utilities for Innovator API applications. -
-
Uses of SystemUserKind in de.mid.innovator.util
Methods in de.mid.innovator.util that return SystemUserKind Modifier and Type Method Description static SystemUserKind
SystemUtils. getSystemUserKind()
Tells how the system user has been computed.static SystemUserKind
SystemUserKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SystemUserKind[]
SystemUserKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-