Class CompiledQuery.FilterEntry
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.local.CompiledQuery.FilterEntry
-
- All Implemented Interfaces:
Serializable,Map.Entry<String,FilterType>
- Enclosing class:
- CompiledQuery
public static class CompiledQuery.FilterEntry extends Object implements Map.Entry<String,FilterType>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilterEntry(String fieldId, FilterType value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()FilterTypegetValue()FilterTypesetValue(FilterType value)
-
-
-
Constructor Detail
-
FilterEntry
public FilterEntry(String fieldId, FilterType value)
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceMap.Entry<String,FilterType>
-
getValue
public FilterType getValue()
- Specified by:
getValuein interfaceMap.Entry<String,FilterType>
-
setValue
public FilterType setValue(FilterType value)
- Specified by:
setValuein interfaceMap.Entry<String,FilterType>
-
-