public enum EToopQueryDefinitionType extends Enum<EToopQueryDefinitionType> 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 EToopQueryDefinitionType |
getFromIDOrNull(String sID) |
String |
getID() |
static EToopQueryDefinitionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EToopQueryDefinitionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EToopQueryDefinitionType CONCEPT
public static final EToopQueryDefinitionType DOCUMENT_BY_DISTRIBUTION
public static final EToopQueryDefinitionType DOCUMENT_BY_ID
public static EToopQueryDefinitionType[] values()
for (EToopQueryDefinitionType c : EToopQueryDefinitionType.values()) System.out.println(c);
public static EToopQueryDefinitionType 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 EToopQueryDefinitionType getFromIDOrNull(@Nullable String sID)
Copyright © 2020 toop.eu. All rights reserved.