public static enum DataGraphProperties.ChunkType extends Enum<DataGraphProperties.ChunkType>
| Enum Constant and Description |
|---|
DATAGRAPH |
KEYSTORE |
TRUSTSTORE |
| Modifier and Type | Method and Description |
|---|---|
String |
getItemKey(int index) |
String |
getSizeKey() |
static DataGraphProperties.ChunkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataGraphProperties.ChunkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataGraphProperties.ChunkType DATAGRAPH
public static final DataGraphProperties.ChunkType TRUSTSTORE
public static final DataGraphProperties.ChunkType KEYSTORE
public static DataGraphProperties.ChunkType[] values()
for (DataGraphProperties.ChunkType c : DataGraphProperties.ChunkType.values()) System.out.println(c);
public static DataGraphProperties.ChunkType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getItemKey(int index)
public String getSizeKey()
Copyright © 2023. All rights reserved.