public static enum IndexRuntimeConfig.RamBasedAttrGroupLoadPolicy extends java.lang.Enum<IndexRuntimeConfig.RamBasedAttrGroupLoadPolicy>
Enum Constant and Description |
---|
COPYANDPATCH |
REBUILD |
Modifier and Type | Method and Description |
---|---|
static IndexRuntimeConfig.RamBasedAttrGroupLoadPolicy |
getEnum(java.lang.String str) |
java.lang.String |
toString() |
static IndexRuntimeConfig.RamBasedAttrGroupLoadPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexRuntimeConfig.RamBasedAttrGroupLoadPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexRuntimeConfig.RamBasedAttrGroupLoadPolicy REBUILD
public static final IndexRuntimeConfig.RamBasedAttrGroupLoadPolicy COPYANDPATCH
public static IndexRuntimeConfig.RamBasedAttrGroupLoadPolicy[] values()
for (IndexRuntimeConfig.RamBasedAttrGroupLoadPolicy c : IndexRuntimeConfig.RamBasedAttrGroupLoadPolicy.values()) System.out.println(c);
public static IndexRuntimeConfig.RamBasedAttrGroupLoadPolicy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<IndexRuntimeConfig.RamBasedAttrGroupLoadPolicy>
public static IndexRuntimeConfig.RamBasedAttrGroupLoadPolicy getEnum(java.lang.String str)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.