Class BooleanField
- java.lang.Object
-
- com.netgrif.application.engine.petrinet.domain.Imported
-
- com.netgrif.application.engine.petrinet.domain.dataset.Field<java.lang.Boolean>
-
- com.netgrif.application.engine.petrinet.domain.dataset.BooleanField
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
,java.io.Serializable
public class BooleanField extends Field<java.lang.Boolean> implements groovy.lang.GroovyObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.netgrif.application.engine.petrinet.domain.dataset.Field
_id, defaultValue, initExpression, parentCaseId, parentTaskId, validations
-
-
Constructor Summary
Constructors Constructor Description BooleanField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
and(BooleanField field)
Field
clone()
FieldType
getType()
java.lang.Boolean
or(BooleanField field)
void
setMetaClass(groovy.lang.MetaClass mc)
-
Methods inherited from class com.netgrif.application.engine.petrinet.domain.dataset.Field
addAction, addActions, addValidation, clearValue, clone, get_id, getBehavior, getComponent, getDefaultValue, getDescription, getEncryption, getEvents, getFormat, getInitExpression, getLayout, getLength, getMetaClass, getName, getOrder, getParentCaseId, getParentTaskId, getPlaceholder, getStringId, getTranslatedDescription, getTranslatedName, getTranslatedPlaceholder, getValidations, getValue, hasDefault, isDynamicDefaultValue, isImmediate, minus, multiply, plus, set_id, setBehavior, setComponent, setDefaultValue, setDescription, setEncryption, setEvents, setFormat, setImmediate, setImportId, setInitExpression, setLayout, setLength, setName, setOrder, setParentCaseId, setParentTaskId, setPlaceholder, setValidations, setValue, toString
-
Methods inherited from class com.netgrif.application.engine.petrinet.domain.Imported
getImportId, setImportId
-
-
-
-
Method Detail
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
- Overrides:
setMetaClass
in classField<java.lang.Boolean>
-
or
public java.lang.Boolean or(BooleanField field)
-
and
public java.lang.Boolean and(BooleanField field)
-
-