| Index: client/html/generated/src/interface/ParamElement.dart
|
| diff --git a/client/html/generated/src/interface/ParamElement.dart b/client/html/generated/src/interface/ParamElement.dart
|
| deleted file mode 100644
|
| index 3460278512b578c44c69b6ffb34030ab08b7e53e..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/interface/ParamElement.dart
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -// WARNING: Do not edit - generated code.
|
| -
|
| -interface ParamElement extends Element {
|
| -
|
| - String get name();
|
| -
|
| - void set name(String value);
|
| -
|
| - String get type();
|
| -
|
| - void set type(String value);
|
| -
|
| - String get value();
|
| -
|
| - void set value(String value);
|
| -
|
| - String get valueType();
|
| -
|
| - void set valueType(String value);
|
| -}
|
|
|