public enum PropertiesType extends Enum<PropertiesType>
Enum Constant and Description |
---|
INCOMING |
OUTGOING |
OUTGOINGINLANG |
UNION |
UNIONINLANG |
Modifier and Type | Method and Description |
---|---|
String |
getEnrichQuery()
Gets the appropriate query text based on its type (e.g.
|
static PropertiesType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertiesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertiesType INCOMING
public static final PropertiesType OUTGOING
public static final PropertiesType OUTGOINGINLANG
public static final PropertiesType UNION
public static final PropertiesType UNIONINLANG
public static PropertiesType[] values()
for (PropertiesType c : PropertiesType.values()) System.out.println(c);
public static PropertiesType 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 getEnrichQuery()
Copyright © 2014. All rights reserved.