public enum EQueryDefinitionType extends Enum<EQueryDefinitionType> implements com.helger.commons.id.IHasID<String>
| Enum Constant and Description |
|---|
CONCEPT
Query for concepts (name-value-pairs).
|
DOCUMENT_BY_DISTRIBUTION
Query for an unstructured document (like PDF or an image).
|
DOCUMENT_BY_ID
Query for an unstructured document with an ID only.
|
| Modifier and Type | Method and Description |
|---|---|
static EQueryDefinitionType |
getFromIDOrNull(String sID) |
String |
getID() |
static EQueryDefinitionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EQueryDefinitionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EQueryDefinitionType CONCEPT
public static final EQueryDefinitionType DOCUMENT_BY_DISTRIBUTION
public static final EQueryDefinitionType DOCUMENT_BY_ID
public static EQueryDefinitionType[] values()
for (EQueryDefinitionType c : EQueryDefinitionType.values()) System.out.println(c);
public static EQueryDefinitionType 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 null@Nonnull @Nonempty public String getID()
getID in interface com.helger.commons.id.IHasID<String>@Nullable public static EQueryDefinitionType getFromIDOrNull(@Nullable String sID)
Copyright © 2020 toop.eu. All rights reserved.