public static enum AlphanumFieldConfig.Implementation extends java.lang.Enum<AlphanumFieldConfig.Implementation>
Modifier and Type | Method and Description |
---|---|
static AlphanumFieldConfig.Implementation |
getEnum(java.lang.String str) |
java.lang.String |
toString() |
static AlphanumFieldConfig.Implementation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlphanumFieldConfig.Implementation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlphanumFieldConfig.Implementation STRBTREE
public static final AlphanumFieldConfig.Implementation TRIE
public static final AlphanumFieldConfig.Implementation FSM
public static AlphanumFieldConfig.Implementation[] values()
for (AlphanumFieldConfig.Implementation c : AlphanumFieldConfig.Implementation.values()) System.out.println(c);
public static AlphanumFieldConfig.Implementation 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<AlphanumFieldConfig.Implementation>
public static AlphanumFieldConfig.Implementation getEnum(java.lang.String str)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.