public enum StorageMetadataSetType extends Enum<StorageMetadataSetType>
| 枚举常量和说明 |
|---|
STORAGE_SET_METADATA_FLAG_MERGE
没有的条目增加,有则条目覆盖
|
STORAGE_SET_METADATA_FLAG_OVERWRITE
覆盖
|
| 限定符和类型 | 方法和说明 |
|---|---|
byte |
getType() |
static StorageMetadataSetType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static StorageMetadataSetType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final StorageMetadataSetType STORAGE_SET_METADATA_FLAG_OVERWRITE
public static final StorageMetadataSetType STORAGE_SET_METADATA_FLAG_MERGE
public static StorageMetadataSetType[] values()
for (StorageMetadataSetType c : StorageMetadataSetType.values()) System.out.println(c);
public static StorageMetadataSetType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public byte getType()
Copyright © 2020. All rights reserved.