Package de.mid.innovator.srv2api.icw2im
Class IMPropertyHelper
java.lang.Object
de.mid.innovator.srv2api.icw2im.IMPropertyHelper
This is a utility class for IMProperty that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetDefaultValueMapping(SrvContext srvCtx, IMProperty propertySource, IMProperty propertyTarget) Returns the desired default value for the target property, determined from the default value of the source property by evaluation from the default values of their type classes with the same name!
-
Method Details
-
getDefaultValueMapping
public static String getDefaultValueMapping(SrvContext srvCtx, IMProperty propertySource, IMProperty propertyTarget) throws InoNetException, SrvErrorException Returns the desired default value for the target property, determined from the default value of the source property by evaluation from the default values of their type classes with the same name!- Parameters:
srvCtx- The context of the related innovator server.propertySource- Source property of the mappingpropertyTarget- Target property of the mapping- Throws:
InoNetExceptionSrvErrorException
-