Class PropertyRelationModel
java.lang.Object
de.mid.innovator.m2msdk.model.transformation.property.PropertyDescriptorImpl
de.mid.innovator.m2msdk.model.transformation.property.PropertyListBase
de.mid.innovator.m2msdk.model.transformation.property.PropertyRelationModel
- All Implemented Interfaces:
PropertyDescriptorIF, Serializable
Select an element from the list of the first descriptor which complies the
second descriptor. The first descriptor has to return a list and the second
has to return a boolean. For each element of the list of the first descriptor
the second descriptor is evaluated and if true, the element is returned.
- Version:
- 11.4
- Author:
- jna
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetValue(MappingElementIF el, PropertyValue iValue) Set value for item.Methods inherited from class PropertyDescriptorImpl
addSubDescriptor, addSubDescriptor, filter, getDescription, getKnownNames, getMetaModel, getPropertyType, getResult, getSubDescriptors, getValue, getValue, getValueAsString, getValues, isLogged, toString
-
Constructor Details
-
PropertyRelationModel
public PropertyRelationModel() -
PropertyRelationModel
-
-
Method Details
-
setValue
public OperationResult setValue(MappingElementIF el, PropertyValue iValue) throws M2MException, RemoteException Description copied from interface:PropertyDescriptorIFSet value for item.- Specified by:
setValuein interfacePropertyDescriptorIF- Overrides:
setValuein classPropertyDescriptorImpl- Parameters:
el- item where to set the property (maybe null, meaning to set the value of the descriptor itself)iValue- to be set- Returns:
- false result, if error; true result, if identically changed; else setted value
- Throws:
M2MException- exception while settingRemoteException
-