public enum EmbeddedProjectFilter extends Enum<EmbeddedProjectFilter> implements AbstractFilter
| Enum Constant and Description |
|---|
ALIAS |
CLIENT_ID |
DOMAIN |
ENCRYPTION_IV |
ENCRYPTION_KEY |
ID |
PORT_RANGE |
PROJECT_NAME |
PROJECT_NAME_PASCAL_CASE |
PROJECT_TITLE |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
static EmbeddedProjectFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedProjectFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedProjectFilter ID
public static final EmbeddedProjectFilter CLIENT_ID
public static final EmbeddedProjectFilter PROJECT_NAME
public static final EmbeddedProjectFilter PROJECT_NAME_PASCAL_CASE
public static final EmbeddedProjectFilter PROJECT_TITLE
public static final EmbeddedProjectFilter DOMAIN
public static final EmbeddedProjectFilter ALIAS
public static final EmbeddedProjectFilter PORT_RANGE
public static final EmbeddedProjectFilter ENCRYPTION_KEY
public static final EmbeddedProjectFilter ENCRYPTION_IV
public static EmbeddedProjectFilter[] values()
for (EmbeddedProjectFilter c : EmbeddedProjectFilter.values()) System.out.println(c);
public static EmbeddedProjectFilter 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 getFieldName()
getFieldName in interface AbstractFilterCopyright © 2019. All rights reserved.