Uses of Class
io.archivesunleashed.data.ArchiveRecordWritable.ArchiveFormat
-
-
Uses of ArchiveRecordWritable.ArchiveFormat in io.archivesunleashed.data
Methods in io.archivesunleashed.data that return ArchiveRecordWritable.ArchiveFormat Modifier and Type Method Description ArchiveRecordWritable.ArchiveFormat
ArchiveRecordWritable. getFormat()
Get format of Archive Record.static ArchiveRecordWritable.ArchiveFormat
ArchiveRecordWritable.ArchiveFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static ArchiveRecordWritable.ArchiveFormat[]
ArchiveRecordWritable.ArchiveFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.archivesunleashed.data with parameters of type ArchiveRecordWritable.ArchiveFormat Modifier and Type Method Description void
ArchiveRecordWritable. setFormat(ArchiveRecordWritable.ArchiveFormat f)
Set format of Archive Record.
-