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