Uses of Class
berlin.yuna.clu.model.OsArch
-
Packages that use OsArch Package Description berlin.yuna.clu.logic berlin.yuna.clu.model -
-
Uses of OsArch in berlin.yuna.clu.logic
Fields in berlin.yuna.clu.logic declared as OsArch Modifier and Type Field Description static OsArchSystemUtil. OS_ARCH -
Uses of OsArch in berlin.yuna.clu.model
Methods in berlin.yuna.clu.model that return OsArch Modifier and Type Method Description static OsArchOsArch. of(String osArch)static OsArchOsArch. valueOf(String name)Returns the enum constant of this type with the specified name.static OsArch[]OsArch. values()Returns an array containing the constants of this enum type, in the order they are declared.
-