public class SimpleConfigItem extends ConfigItem
Java class for SimpleConfigItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleConfigItem"> <complexContent> <extension base="{http://universaal.cas.de}ConfigItem"> <sequence> <element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="(string|int|double)"/> </restriction> </simpleType> </attribute> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
defaultValue |
protected String |
type |
active, cardinality, dependencies, description, id, label, onConfigurationModelChangedListener, validators
Constructor and Description |
---|
SimpleConfigItem() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
String |
getType()
Gets the value of the type property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setType(String value)
Sets the value of the type property.
|
getCardinality, getDependencies, getDescription, getId, getLabel, getOnConfigurationModelChangedListener, getValidators, isActive, setActive, setCardinality, setDependencies, setDescription, setId, setLabel, setOnConfigurationModelChangedListener, setValidators
public String getDefaultValue()
String
public void setDefaultValue(String value)
value
- allowed object is String
public String getType()
String
Copyright © 2018 universAAL Consortium. All rights reserved.