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