public class ZoekAttribuut extends Attribuut
| Modifier and Type | Field and Description |
|---|---|
static int |
RADIO_CONTROL |
static int |
SELECT_CONTROL |
static int |
TEXT_CONTROL |
static int |
TEXTAREA_CONTROL |
ALLEEN_TOON_TYPE, GEEN_TYPE, GELIJK_AAN_DATUM_TYPE, GELIJK_AAN_TYPE, GEOMETRY_TYPE, GROTER_DAN_DATUM_TYPE, GROTER_DAN_TYPE, ID_TYPE, KLEINER_DAN_DATUM_TYPE, KLEINER_DAN_TYPE, LOCATIE_GEOM__TYPE, MEASURE_TYPE, START_GEOMETRY_TYPE, STRAAL_TYPE, TOON_TYPE, XY_COORD_TYPE| Constructor and Description |
|---|
ZoekAttribuut() |
ZoekAttribuut(Integer id,
String naam,
String attribuutnaam,
String label,
Integer type,
Integer volgorde) |
ZoekAttribuut(Integer id,
String naam,
String attribuutnaam,
String label,
Integer type,
Integer volgorde,
String omschrijving) |
ZoekAttribuut(Integer id,
String naam,
String attribuutnaam,
String label,
Integer type,
Integer volgorde,
String omschrijving,
String dropDownValues) |
| Modifier and Type | Method and Description |
|---|---|
static org.opengis.filter.Filter |
createAndFilter(org.opengis.filter.Filter f1,
org.opengis.filter.Filter f2) |
static org.opengis.filter.Filter |
createAndNotEqualsFilter(String key,
String[] values) |
Integer |
getInputsize() |
Integer |
getInputtype() |
ZoekConfiguratie |
getInputzoekconfiguratie() |
boolean |
isFilterMogelijk() |
static void |
main(String[] args) |
void |
setInputsize(Integer inputsize) |
void |
setInputtype(Integer inputtype) |
void |
setInputzoekconfiguratie(ZoekConfiguratie inputzoekconfiguratie) |
static ZoekAttribuut[] |
setToZoekVeldenArray(Set set) |
org.json.JSONObject |
toJSON() |
getAttribuutLocalnaam, getAttribuutnaam, getDropDownValues, getId, getLabel, getNaam, getOmschrijving, getType, getVolgorde, getZoekConfiguratie, removeXmlPrefix, setAttribuutnaam, setDropDownValues, setId, setLabel, setNaam, setOmschrijving, setType, setVolgorde, setZoekConfiguratie, toStringpublic static final int SELECT_CONTROL
public static final int TEXT_CONTROL
public static final int RADIO_CONTROL
public static final int TEXTAREA_CONTROL
public ZoekAttribuut()
public ZoekAttribuut(Integer id, String naam, String attribuutnaam, String label, Integer type, Integer volgorde)
public ZoekAttribuut(Integer id, String naam, String attribuutnaam, String label, Integer type, Integer volgorde, String omschrijving)
public static ZoekAttribuut[] setToZoekVeldenArray(Set set)
public boolean isFilterMogelijk()
public org.json.JSONObject toJSON()
throws org.json.JSONException
public Integer getInputsize()
public void setInputsize(Integer inputsize)
public Integer getInputtype()
public void setInputtype(Integer inputtype)
public ZoekConfiguratie getInputzoekconfiguratie()
public void setInputzoekconfiguratie(ZoekConfiguratie inputzoekconfiguratie)
public static void main(String[] args) throws IOException, Exception
IOExceptionExceptionpublic static org.opengis.filter.Filter createAndNotEqualsFilter(String key, String[] values)
public static org.opengis.filter.Filter createAndFilter(org.opengis.filter.Filter f1,
org.opengis.filter.Filter f2)
Copyright © 2016. All rights reserved.