Uses of Class
com.netgrif.application.engine.importer.model.I18NStringTypeWithExpression
-
Packages that use I18NStringTypeWithExpression Package Description com.netgrif.application.engine.importer.model -
-
Uses of I18NStringTypeWithExpression in com.netgrif.application.engine.importer.model
Subclasses of I18NStringTypeWithExpression in com.netgrif.application.engine.importer.model Modifier and Type Class Description classInitJava class for init complex type.Fields in com.netgrif.application.engine.importer.model declared as I18NStringTypeWithExpression Modifier and Type Field Description protected I18NStringTypeWithExpressionDocumentType. caseNameFields in com.netgrif.application.engine.importer.model with type parameters of type I18NStringTypeWithExpression Modifier and Type Field Description protected java.util.List<I18NStringTypeWithExpression>Data. valuesMethods in com.netgrif.application.engine.importer.model that return I18NStringTypeWithExpression Modifier and Type Method Description I18NStringTypeWithExpressionObjectFactory. createI18NStringTypeWithExpression()Create an instance ofI18NStringTypeWithExpressionI18NStringTypeWithExpressionDocumentType. getCaseName()Gets the value of the caseName property.Methods in com.netgrif.application.engine.importer.model that return types with arguments of type I18NStringTypeWithExpression Modifier and Type Method Description java.util.List<I18NStringTypeWithExpression>Data. getValues()Gets the value of the values property.Methods in com.netgrif.application.engine.importer.model with parameters of type I18NStringTypeWithExpression Modifier and Type Method Description voidDocumentType. setCaseName(I18NStringTypeWithExpression value)Sets the value of the caseName property.
-