Uses of Enum
org.sentrysoftware.ipmi.core.coding.commands.fru.record.ManagementAccessRecordType
Packages that use ManagementAccessRecordType
-
Uses of ManagementAccessRecordType in org.sentrysoftware.ipmi.core.coding.commands.fru.record
Methods in org.sentrysoftware.ipmi.core.coding.commands.fru.record that return ManagementAccessRecordTypeModifier and TypeMethodDescriptionManagementAccessInfo.getRecordType()static ManagementAccessRecordTypeManagementAccessRecordType.parseInt(int value) static ManagementAccessRecordTypeReturns the enum constant of this type with the specified name.static ManagementAccessRecordType[]ManagementAccessRecordType.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.fru.record with parameters of type ManagementAccessRecordTypeModifier and TypeMethodDescriptionvoidManagementAccessInfo.setRecordType(ManagementAccessRecordType recordType)