Class PropertyStringFormat
java.lang.Object
de.mid.innovator.m2msdk.model.transformation.property.PropertyDescriptorImpl
de.mid.innovator.m2msdk.model.transformation.property.PropertyStringBase
de.mid.innovator.m2msdk.model.transformation.property.PropertyStringFormat
- All Implemented Interfaces:
PropertyDescriptorIF, Serializable
Formats a string according the first parameter.
The arguments of the format are in the latter arguments.
- Version:
- 11.5.1
- Author:
- jmback
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue(MappingElementIF element, ExpressionContext ec) Read value from item.Methods inherited from class PropertyDescriptorImpl
addSubDescriptor, addSubDescriptor, filter, getDescription, getKnownNames, getMetaModel, getPropertyType, getResult, getSubDescriptors, getValue, getValueAsString, getValues, isLogged, setValue, toString
-
Constructor Details
-
PropertyStringFormat
public PropertyStringFormat() -
PropertyStringFormat
-
-
Method Details
-
getValue
public PropertyValue getValue(MappingElementIF element, ExpressionContext ec) throws M2MException, RemoteException Description copied from interface:PropertyDescriptorIFRead value from item.- Specified by:
getValuein interfacePropertyDescriptorIF- Overrides:
getValuein classPropertyDescriptorImpl- Parameters:
element- TODOec- context containing the model element and the source and the target and the anchors- Returns:
- items value
- Throws:
M2MExceptionRemoteExceptionRemoteException
-