Uses of Class
com.netgrif.application.engine.petrinet.domain.dataset.FileListFieldValue
-
Packages that use FileListFieldValue Package Description com.netgrif.application.engine.petrinet.domain.dataset -
-
Uses of FileListFieldValue in com.netgrif.application.engine.petrinet.domain.dataset
Fields in com.netgrif.application.engine.petrinet.domain.dataset with type parameters of type FileListFieldValue Modifier and Type Field Description com.querydsl.core.types.dsl.SimplePath<FileListFieldValue>QFileListField. defaultValuecom.querydsl.core.types.dsl.SimplePath<FileListFieldValue>QFileListField. valueMethods in com.netgrif.application.engine.petrinet.domain.dataset that return FileListFieldValue Modifier and Type Method Description static FileListFieldValueFileListFieldValue. fromList(java.util.List<java.lang.String> value)static FileListFieldValueFileListFieldValue. fromString(java.lang.String value)Methods in com.netgrif.application.engine.petrinet.domain.dataset with parameters of type FileListFieldValue Modifier and Type Method Description voidFileListField. setDefaultValue(FileListFieldValue defaultValue)voidFileListField. setValue(FileListFieldValue value)
-