Uses of Class
de.xima.fc.mdl.enums.ESystemInfo
-
Packages that use ESystemInfo Package Description de.xima.fc.gui.bean.settings de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of ESystemInfo in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return ESystemInfo Modifier and Type Method Description ESystemInfo[]
SystemInfoBean. getSystemInfos()
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type ESystemInfo Modifier and Type Method Description Map<ESystemInfo,List<InfoItem<?>>>
SystemInfoBean. getSystemInfo()
-
Uses of ESystemInfo in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ESystemInfo Modifier and Type Method Description static ESystemInfo
ESystemInfo. valueOf(String name)
Returns the enum constant of this type with the specified name.static ESystemInfo[]
ESystemInfo. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-