Uses of Enum Class
org.aoju.bus.image.galaxy.media.RecordType
Packages that use RecordType
-
Uses of RecordType in org.aoju.bus.image.galaxy.media
Methods in org.aoju.bus.image.galaxy.media that return RecordTypeModifier and TypeMethodDescriptionstatic RecordTypeRecordFactory.getRecordType(String cuid) RecordFactory.setRecordType(String cuid, RecordType type) static RecordTypeReturns the enum constant of this class with the specified name.static RecordType[]RecordType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.image.galaxy.media with parameters of type RecordTypeModifier and TypeMethodDescriptionRecordFactory.createRecord(RecordType type, String privRecUID, Attributes dataset, Attributes fmi, String[] fileIDs) int[]RecordFactory.getRecordKeys(RecordType type) voidRecordFactory.setRecordKeys(RecordType type, int[] keys) RecordFactory.setRecordType(String cuid, RecordType type)