Class IMPropertyHelper

java.lang.Object
de.mid.innovator.srv2api.icw2im.IMPropertyHelper

public abstract class IMPropertyHelper extends Object
This is a utility class for IMProperty that provides static methods for creation or other purposes.
See Also:
  • 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 mapping
      propertyTarget - Target property of the mapping
      Throws:
      InoNetException
      SrvErrorException