| Package | Description |
|---|---|
| org.aoju.bus.image.galaxy.media |
| Modifier and Type | Method and Description |
|---|---|
static RecordType |
RecordType.forCode(String code) |
RecordType |
RecordFactory.getRecordType(String cuid) |
RecordType |
RecordFactory.setRecordType(String cuid,
RecordType type) |
static RecordType |
RecordType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordType[] |
RecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Attributes |
RecordFactory.createRecord(RecordType type,
String privRecUID,
Attributes dataset,
Attributes fmi,
String[] fileIDs) |
int[] |
RecordFactory.getRecordKeys(RecordType type) |
void |
RecordFactory.setRecordKeys(RecordType type,
int[] keys) |
RecordType |
RecordFactory.setRecordType(String cuid,
RecordType type) |
Copyright © 2020. All rights reserved.