public final class BuiltinStorageFormatInfo extends Object implements StorageFormatInfo
StorageFormatInfo.Category.BUILTIN
.StorageFormatInfo.Category, StorageFormatInfo.FormatKind
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
StorageFormatInfo.FormatKind |
getFormatKind()
Returns the storage format kind.
|
int |
hashCode() |
static BuiltinStorageFormatInfo |
of(StorageFormatInfo.FormatKind kind)
Returns a built-in storage format that has the specified format kind.
|
String |
toString() |
public static BuiltinStorageFormatInfo of(StorageFormatInfo.FormatKind kind)
kind
- the format kindpublic StorageFormatInfo.FormatKind getFormatKind()
StorageFormatInfo
getFormatKind
in interface StorageFormatInfo
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.