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