Class I18NStringTypeWithExpression
- java.lang.Object
-
- com.netgrif.application.engine.importer.model.I18NStringType
-
- com.netgrif.application.engine.importer.model.I18NStringTypeWithExpression
-
- Direct Known Subclasses:
Init
public class I18NStringTypeWithExpression extends I18NStringType
Java class for i18nStringTypeWithExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="i18nStringTypeWithExpression"> <simpleContent> <extension base="<>i18nStringType"> <attribute name="dynamic" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Booleandynamic-
Fields inherited from class com.netgrif.application.engine.importer.model.I18NStringType
name, value
-
-
Constructor Summary
Constructors Constructor Description I18NStringTypeWithExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDynamic()Gets the value of the dynamic property.voidsetDynamic(java.lang.Boolean value)Sets the value of the dynamic property.-
Methods inherited from class com.netgrif.application.engine.importer.model.I18NStringType
getName, getValue, setName, setValue
-
-