/// <summary> /// Creates a new observable property access proxy /// </summary> /// <param name="modelElement">The model instance element for which to create the property access proxy</param> public IntegerValueProxy(IIntegerLiteralExp modelElement) : base(modelElement, "integerValue") { }
/// <summary> /// Creates a new observable property access proxy /// </summary> /// <param name="modelElement">The model instance element for which to create the property access proxy</param> public IntegerSymbolProxy(IIntegerLiteralExp modelElement) : base(modelElement) { }