Uses of Enum
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.DeviceType
Packages that use DeviceType
-
Uses of DeviceType in org.sentrysoftware.ipmi.core.coding.commands.sdr.record
Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr.record that return DeviceTypeModifier and TypeMethodDescriptionFruDeviceLocatorRecord.getDeviceType()GenericDeviceLocatorRecord.getDeviceType()static DeviceTypeDeviceType.parseInt(int value) static DeviceTypeReturns the enum constant of this type with the specified name.static DeviceType[]DeviceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr.record with parameters of type DeviceTypeModifier and TypeMethodDescriptionvoidFruDeviceLocatorRecord.setDeviceType(DeviceType deviceType) voidGenericDeviceLocatorRecord.setDeviceType(DeviceType deviceType)