public enum QUERY_MESSAGE_TYPE extends java.lang.Enum<QUERY_MESSAGE_TYPE>
BASE_QUERY_MESSAGE_TYPE
Modifier and Type | Method and Description |
---|---|
BASE_QUERY_MESSAGE_TYPE |
getBaseQueryMessageType() |
java.lang.String |
getNodeName() |
static QUERY_MESSAGE_TYPE |
parseString(java.lang.String messageType) |
static QUERY_MESSAGE_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QUERY_MESSAGE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QUERY_MESSAGE_TYPE DATA_WHERE
public static final QUERY_MESSAGE_TYPE GENERIC_DATA_QUERY
public static final QUERY_MESSAGE_TYPE STRUCTURE_SPECIFIC_DATA_QUERY
public static final QUERY_MESSAGE_TYPE GENERIC_TIME_SERIES_DATA_QUERY
public static final QUERY_MESSAGE_TYPE STRUCTURE_SPECIFIC_TIME_SERIES_DATA_QUERY
public static final QUERY_MESSAGE_TYPE METADATA_WHERE
public static final QUERY_MESSAGE_TYPE GENERIC_METADATA_QUERY
public static final QUERY_MESSAGE_TYPE STRUCTURE_SPECIFIC_METADATA_QUERY
public static final QUERY_MESSAGE_TYPE DSD_WHERE
public static final QUERY_MESSAGE_TYPE MDS_WHERE
public static final QUERY_MESSAGE_TYPE CODELIST_WHERE
public static final QUERY_MESSAGE_TYPE CONCEPT_WHERE
public static final QUERY_MESSAGE_TYPE AGENCY_WHERE
public static final QUERY_MESSAGE_TYPE DATA_PROVIDER_WHERE
public static final QUERY_MESSAGE_TYPE HCL_WHERE
public static final QUERY_MESSAGE_TYPE REPORTING_TAXONOMY_WHERE
public static final QUERY_MESSAGE_TYPE DATAFLOW_WHERE
public static final QUERY_MESSAGE_TYPE METADATAFLOW_WHERE
public static final QUERY_MESSAGE_TYPE STRUCTURE_SET_WHERE
public static final QUERY_MESSAGE_TYPE PROCESS_WHERE
public static final QUERY_MESSAGE_TYPE ORGANISATION_SCHEME_WHERE
public static final QUERY_MESSAGE_TYPE CONCEPT_SCHEME_WHERE
public static final QUERY_MESSAGE_TYPE CATEGORY_SCHEME_WHERE
public static final QUERY_MESSAGE_TYPE CATEGORISATION_WHERE
public static final QUERY_MESSAGE_TYPE PROVISION_AGREEMENT_WHERE
public static final QUERY_MESSAGE_TYPE CONSTRAINT_WHERE
public static final QUERY_MESSAGE_TYPE STRUCTURES_WHERE
public static QUERY_MESSAGE_TYPE[] values()
for (QUERY_MESSAGE_TYPE c : QUERY_MESSAGE_TYPE.values()) System.out.println(c);
public static QUERY_MESSAGE_TYPE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getNodeName()
public BASE_QUERY_MESSAGE_TYPE getBaseQueryMessageType()
public static QUERY_MESSAGE_TYPE parseString(java.lang.String messageType)