public class Attribuut extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALLEEN_TOON_TYPE |
static int |
GEEN_TYPE |
static int |
GELIJK_AAN_DATUM_TYPE |
static int |
GELIJK_AAN_TYPE |
static int |
GEOMETRY_TYPE |
static int |
GROTER_DAN_DATUM_TYPE |
static int |
GROTER_DAN_TYPE |
static int |
ID_TYPE |
static int |
KLEINER_DAN_DATUM_TYPE |
static int |
KLEINER_DAN_TYPE |
static int |
LOCATIE_GEOM__TYPE |
static int |
MEASURE_TYPE |
static int |
START_GEOMETRY_TYPE |
static int |
STRAAL_TYPE |
static int |
TOON_TYPE |
static int |
XY_COORD_TYPE |
| Constructor and Description |
|---|
Attribuut() |
Attribuut(Attribuut a) |
Attribuut(Integer id,
String attribuutnaam,
String label) |
Attribuut(Integer id,
String naam,
String attribuutnaam,
String label,
Integer type,
Integer volgorde,
String omschrijving,
String dropDownValues) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribuutLocalnaam() |
String |
getAttribuutnaam() |
String |
getDropDownValues() |
Integer |
getId() |
String |
getLabel() |
String |
getNaam() |
String |
getOmschrijving() |
Integer |
getType() |
Integer |
getVolgorde() |
ZoekConfiguratie |
getZoekConfiguratie() |
static String |
removeXmlPrefix(String name)
Removes the prefix.
|
void |
setAttribuutnaam(String attribuutnaam) |
void |
setDropDownValues(String dropDownValues) |
void |
setId(Integer id) |
void |
setLabel(String label) |
void |
setNaam(String naam) |
void |
setOmschrijving(String omschrijving) |
void |
setType(Integer type) |
void |
setVolgorde(Integer volgorde) |
void |
setZoekConfiguratie(ZoekConfiguratie zoekConfiguratie) |
org.json.JSONObject |
toJSON() |
String |
toString() |
public static final int ALLEEN_TOON_TYPE
public static final int GEEN_TYPE
public static final int ID_TYPE
public static final int TOON_TYPE
public static final int GEOMETRY_TYPE
public static final int START_GEOMETRY_TYPE
public static final int KLEINER_DAN_TYPE
public static final int GROTER_DAN_TYPE
public static final int GELIJK_AAN_TYPE
public static final int KLEINER_DAN_DATUM_TYPE
public static final int GROTER_DAN_DATUM_TYPE
public static final int GELIJK_AAN_DATUM_TYPE
public static final int XY_COORD_TYPE
public static final int STRAAL_TYPE
public static final int LOCATIE_GEOM__TYPE
public static final int MEASURE_TYPE
public Attribuut()
public Attribuut(Attribuut a)
public Attribuut(Integer id, String naam, String attribuutnaam, String label, Integer type, Integer volgorde, String omschrijving, String dropDownValues)
public Integer getId()
public void setId(Integer id)
public String getNaam()
public void setNaam(String naam)
public String getAttribuutnaam()
public void setAttribuutnaam(String attribuutnaam)
public String getAttribuutLocalnaam()
public String getLabel()
public void setLabel(String label)
public ZoekConfiguratie getZoekConfiguratie()
public void setZoekConfiguratie(ZoekConfiguratie zoekConfiguratie)
zoekConfiguratie - the zoekConfiguratie to setpublic Integer getType()
public void setType(Integer type)
type - the type to setpublic Integer getVolgorde()
public void setVolgorde(Integer volgorde)
volgorde - the volgorde to setpublic String getDropDownValues()
public void setDropDownValues(String dropDownValues)
public String getOmschrijving()
public void setOmschrijving(String omschrijving)
public org.json.JSONObject toJSON()
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2016. All rights reserved.