java.lang.Object
de.mid.innovator.m2msdk.model.transformation.property.PropertyValueImpl
All Implemented Interfaces:
PropertyValue, Serializable, Comparable<PropertyValue>

public class PropertyValueImpl extends Object implements PropertyValue
A property value in Innovator.
Version:
10.1.1
Author:
jmback
See Also:
  • Constructor Details

    • PropertyValueImpl

      public PropertyValueImpl(Object value)
      Parameters:
      value -
    • PropertyValueImpl

      public PropertyValueImpl(boolean bValue)
    • PropertyValueImpl

      public PropertyValueImpl(int iValue)
    • PropertyValueImpl

      public PropertyValueImpl(long iValue)
  • Method Details