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