Uses of Class
gurux.net.enums.AvailableMediaSettings
-
Packages that use AvailableMediaSettings Package Description gurux.net.enums Gurux network enumeration package determines enumerations that make the communication possible using network connections. -
-
Uses of AvailableMediaSettings in gurux.net.enums
Methods in gurux.net.enums that return AvailableMediaSettings Modifier and Type Method Description static AvailableMediaSettingsAvailableMediaSettings. forValue(int value)Get enumerator from integer value.static AvailableMediaSettingsAvailableMediaSettings. valueOf(String name)Returns the enum constant of this type with the specified name.static AvailableMediaSettings[]AvailableMediaSettings. values()Returns an array containing the constants of this enum type, in the order they are declared.
-