Class Option
- java.lang.Object
-
- com.netgrif.application.engine.importer.model.I18NStringType
-
- com.netgrif.application.engine.importer.model.Option
-
public class Option extends I18NStringType
Java class for option complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="option"> <simpleContent> <extension base="<>i18nStringType"> <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringkey-
Fields inherited from class com.netgrif.application.engine.importer.model.I18NStringType
name, value
-
-
Constructor Summary
Constructors Constructor Description Option()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()Gets the value of the key property.voidsetKey(java.lang.String value)Sets the value of the key property.-
Methods inherited from class com.netgrif.application.engine.importer.model.I18NStringType
getName, getValue, setName, setValue
-
-