Interface AbstractTypeMappingModelAccess.Setter
- Enclosing class:
AbstractTypeMappingModelAccess
private static interface AbstractTypeMappingModelAccess.Setter
Internal setter interface to generically call set methods.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
set
Changes a property value.- Parameters:
qName- the qualified name of the property (composed usingModelAccess.getQSeparator()).value- the new property value- Throws:
IOException- in case that the access fails or setting properties is not implemented (seeMachineConnector.supportsModelProperties()isfalse)
-