@NotFinalAPI public interface QueryParameter
QueryParameters
.
Actual data can be accessed only from extending interfaceds.Modifier and Type | Method and Description |
---|---|
ConditionQueryParameter |
asConditionQueryParameter() |
MultipleValuesQueryParameter |
asMultipleValuesQueryParameter() |
SingleValueQueryParameter |
asSingleValueQueryParameter() |
ValuesRangeQueryParameter |
asValuesRangeQueryParameter() |
QueryParameterType |
getType() |
QueryParameterType getType()
SingleValueQueryParameter asSingleValueQueryParameter() throws ClassCastException
ClassCastException
- if the type is not QueryParameterType.SINGLE_VALUE.MultipleValuesQueryParameter asMultipleValuesQueryParameter() throws ClassCastException
ClassCastException
- if the type is not QueryParameterType.MULTIPLE_VALUES.ValuesRangeQueryParameter asValuesRangeQueryParameter() throws ClassCastException
ClassCastException
- if the type is not QueryParameterType.VALUES_RANGE.ConditionQueryParameter asConditionQueryParameter() throws ClassCastException
ClassCastException
- if the type is not QueryParameterType.CONDITION_REPLACEMENT. Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.