public static enum RetrieveProfileValues.SearchMode extends Enum<RetrieveProfileValues.SearchMode>
Enum Constant and Description |
---|
alias |
idproperty |
name |
Modifier and Type | Method and Description |
---|---|
abstract String |
getParam(Property property) |
String |
getSQL() |
static RetrieveProfileValues.SearchMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RetrieveProfileValues.SearchMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RetrieveProfileValues.SearchMode name
public static final RetrieveProfileValues.SearchMode alias
public static final RetrieveProfileValues.SearchMode idproperty
public static RetrieveProfileValues.SearchMode[] values()
for (RetrieveProfileValues.SearchMode c : RetrieveProfileValues.SearchMode.values()) System.out.println(c);
public static RetrieveProfileValues.SearchMode 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 getSQL()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.