Class PropertyLogicBase
java.lang.Object
de.mid.innovator.m2msdk.model.transformation.property.PropertyDescriptorImpl
de.mid.innovator.m2msdk.model.transformation.property.PropertyLogicBase
- All Implemented Interfaces:
PropertyDescriptorIF,Serializable
- Direct Known Subclasses:
PropertyCompare,PropertyEquals,PropertyLogicAnd,PropertyLogicNot,PropertyLogicNotAnd,PropertyLogicNotOr,PropertyLogicOr,PropertyLogicValue,PropertyLogicXOr,PropertyStringContains,PropertyStringMatches
Base Class for Logic Expression Properties which have result type boolean
and input type is none.
- Version:
- 11.4
- Author:
- jna
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.mid.innovator.m2msdk.model.transformation.property.PropertyDescriptorImpl
addSubDescriptor, addSubDescriptor, filter, getDescription, getKnownNames, getMetaModel, getPropertyType, getResult, getSubDescriptors, getValue, getValue, getValueAsString, getValues, isLogged, setValue, toString
-
Constructor Details
-
PropertyLogicBase
public PropertyLogicBase() -
PropertyLogicBase
-