Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0d1f64463a49b16746921844e9679acfec78455b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
/*
 * Copyright (c) 2009-2013, 2015 Eike Stepper (Berlin, Germany) and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *    Eike Stepper - initial API and implementation
 */
package org.eclipse.emf.cdo.tests.model2;

import org.eclipse.emf.cdo.tests.model1.VAT;

import org.eclipse.emf.ecore.EObject;

import java.util.Date;

/**
 * <!-- begin-user-doc --> A representation of the model object '<em><b>Unsettable2 With Default</b></em>'. <!--
 * end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#isUnsettableBoolean <em>Unsettable Boolean</em>}</li>
 *   <li>{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableByte <em>Unsettable Byte</em>}</li>
 *   <li>{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableChar <em>Unsettable Char</em>}</li>
 *   <li>{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableDate <em>Unsettable Date</em>}</li>
 *   <li>{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableDouble <em>Unsettable Double</em>}</li>
 *   <li>{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableFloat <em>Unsettable Float</em>}</li>
 *   <li>{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableInt <em>Unsettable Int</em>}</li>
 *   <li>{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableLong <em>Unsettable Long</em>}</li>
 *   <li>{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableShort <em>Unsettable Short</em>}</li>
 *   <li>{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableString <em>Unsettable String</em>}</li>
 *   <li>{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableVAT <em>Unsettable VAT</em>}</li>
 * </ul>
 *
 * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault()
 * @model
 * @generated
 */
public interface Unsettable2WithDefault extends EObject
{
  /**
   * Returns the value of the '<em><b>Unsettable Boolean</b></em>' attribute.
   * The default value is <code>"true"</code>.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Unsettable Boolean</em>' attribute isn't clear, there really should be more of a
   * description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Unsettable Boolean</em>' attribute.
   * @see #isSetUnsettableBoolean()
   * @see #unsetUnsettableBoolean()
   * @see #setUnsettableBoolean(boolean)
   * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableBoolean()
   * @model default="true" unsettable="true"
   * @generated
   */
  boolean isUnsettableBoolean();

  /**
   * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#isUnsettableBoolean <em>Unsettable Boolean</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @param value the new value of the '<em>Unsettable Boolean</em>' attribute.
   * @see #isSetUnsettableBoolean()
   * @see #unsetUnsettableBoolean()
   * @see #isUnsettableBoolean()
   * @generated
   */
  void setUnsettableBoolean(boolean value);

  /**
   * Unsets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#isUnsettableBoolean <em>Unsettable Boolean</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @see #isSetUnsettableBoolean()
   * @see #isUnsettableBoolean()
   * @see #setUnsettableBoolean(boolean)
   * @generated
   */
  void unsetUnsettableBoolean();

  /**
   * Returns whether the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#isUnsettableBoolean <em>Unsettable Boolean</em>}' attribute is set.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @return whether the value of the '<em>Unsettable Boolean</em>' attribute is set.
   * @see #unsetUnsettableBoolean()
   * @see #isUnsettableBoolean()
   * @see #setUnsettableBoolean(boolean)
   * @generated
   */
  boolean isSetUnsettableBoolean();

  /**
   * Returns the value of the '<em><b>Unsettable Byte</b></em>' attribute. The default value is <code>"3"</code>. <!--
   * begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Unsettable Byte</em>' attribute isn't clear, there really should be more of a
   * description here...
   * </p>
   * <!-- end-user-doc -->
   *
   * @return the value of the '<em>Unsettable Byte</em>' attribute.
   * @see #isSetUnsettableByte()
   * @see #unsetUnsettableByte()
   * @see #setUnsettableByte(byte)
   * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableByte()
   * @model default="3" unsettable="true"
   * @generated
   */
  byte getUnsettableByte();

  /**
   * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableByte <em>Unsettable Byte</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @param value the new value of the '<em>Unsettable Byte</em>' attribute.
   * @see #isSetUnsettableByte()
   * @see #unsetUnsettableByte()
   * @see #getUnsettableByte()
   * @generated
   */
  void setUnsettableByte(byte value);

  /**
   * Unsets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableByte <em>Unsettable Byte</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @see #isSetUnsettableByte()
   * @see #getUnsettableByte()
   * @see #setUnsettableByte(byte)
   * @generated
   */
  void unsetUnsettableByte();

  /**
   * Returns whether the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableByte <em>Unsettable Byte</em>}' attribute is set.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @return whether the value of the '<em>Unsettable Byte</em>' attribute is set.
   * @see #unsetUnsettableByte()
   * @see #getUnsettableByte()
   * @see #setUnsettableByte(byte)
   * @generated
   */
  boolean isSetUnsettableByte();

  /**
   * Returns the value of the '<em><b>Unsettable Char</b></em>' attribute.
   * The default value is <code>"\'x\'"</code>.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Unsettable Char</em>' attribute isn't clear, there really should be more of a
   * description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Unsettable Char</em>' attribute.
   * @see #isSetUnsettableChar()
   * @see #unsetUnsettableChar()
   * @see #setUnsettableChar(char)
   * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableChar()
   * @model default="\'x\'" unsettable="true"
   * @generated
   */
  char getUnsettableChar();

  /**
   * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableChar <em>Unsettable Char</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @param value the new value of the '<em>Unsettable Char</em>' attribute.
   * @see #isSetUnsettableChar()
   * @see #unsetUnsettableChar()
   * @see #getUnsettableChar()
   * @generated
   */
  void setUnsettableChar(char value);

  /**
   * Unsets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableChar <em>Unsettable Char</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @see #isSetUnsettableChar()
   * @see #getUnsettableChar()
   * @see #setUnsettableChar(char)
   * @generated
   */
  void unsetUnsettableChar();

  /**
   * Returns whether the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableChar <em>Unsettable Char</em>}' attribute is set.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @return whether the value of the '<em>Unsettable Char</em>' attribute is set.
   * @see #unsetUnsettableChar()
   * @see #getUnsettableChar()
   * @see #setUnsettableChar(char)
   * @generated
   */
  boolean isSetUnsettableChar();

  /**
   * Returns the value of the '<em><b>Unsettable Date</b></em>' attribute.
   * The default value is <code>"2009-12-21T15:12:59"</code>.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Unsettable Date</em>' attribute isn't clear, there really should be more of a
   * description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Unsettable Date</em>' attribute.
   * @see #isSetUnsettableDate()
   * @see #unsetUnsettableDate()
   * @see #setUnsettableDate(Date)
   * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableDate()
   * @model default="2009-12-21T15:12:59" unsettable="true"
   * @generated
   */
  Date getUnsettableDate();

  /**
   * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableDate <em>Unsettable Date</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @param value the new value of the '<em>Unsettable Date</em>' attribute.
   * @see #isSetUnsettableDate()
   * @see #unsetUnsettableDate()
   * @see #getUnsettableDate()
   * @generated
   */
  void setUnsettableDate(Date value);

  /**
   * Unsets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableDate <em>Unsettable Date</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @see #isSetUnsettableDate()
   * @see #getUnsettableDate()
   * @see #setUnsettableDate(Date)
   * @generated
   */
  void unsetUnsettableDate();

  /**
   * Returns whether the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableDate <em>Unsettable Date</em>}' attribute is set.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @return whether the value of the '<em>Unsettable Date</em>' attribute is set.
   * @see #unsetUnsettableDate()
   * @see #getUnsettableDate()
   * @see #setUnsettableDate(Date)
   * @generated
   */
  boolean isSetUnsettableDate();

  /**
   * Returns the value of the '<em><b>Unsettable Double</b></em>' attribute.
   * The default value is <code>"3.3"</code>.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Unsettable Double</em>' attribute isn't clear, there really should be more of a
   * description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Unsettable Double</em>' attribute.
   * @see #isSetUnsettableDouble()
   * @see #unsetUnsettableDouble()
   * @see #setUnsettableDouble(double)
   * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableDouble()
   * @model default="3.3" unsettable="true"
   * @generated
   */
  double getUnsettableDouble();

  /**
   * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableDouble <em>Unsettable Double</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @param value the new value of the '<em>Unsettable Double</em>' attribute.
   * @see #isSetUnsettableDouble()
   * @see #unsetUnsettableDouble()
   * @see #getUnsettableDouble()
   * @generated
   */
  void setUnsettableDouble(double value);

  /**
   * Unsets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableDouble <em>Unsettable Double</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @see #isSetUnsettableDouble()
   * @see #getUnsettableDouble()
   * @see #setUnsettableDouble(double)
   * @generated
   */
  void unsetUnsettableDouble();

  /**
   * Returns whether the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableDouble <em>Unsettable Double</em>}' attribute is set.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @return whether the value of the '<em>Unsettable Double</em>' attribute is set.
   * @see #unsetUnsettableDouble()
   * @see #getUnsettableDouble()
   * @see #setUnsettableDouble(double)
   * @generated
   */
  boolean isSetUnsettableDouble();

  /**
   * Returns the value of the '<em><b>Unsettable Float</b></em>' attribute.
   * The default value is <code>"4.4"</code>.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Unsettable Float</em>' attribute isn't clear, there really should be more of a
   * description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Unsettable Float</em>' attribute.
   * @see #isSetUnsettableFloat()
   * @see #unsetUnsettableFloat()
   * @see #setUnsettableFloat(float)
   * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableFloat()
   * @model default="4.4" unsettable="true"
   * @generated
   */
  float getUnsettableFloat();

  /**
   * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableFloat <em>Unsettable Float</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @param value the new value of the '<em>Unsettable Float</em>' attribute.
   * @see #isSetUnsettableFloat()
   * @see #unsetUnsettableFloat()
   * @see #getUnsettableFloat()
   * @generated
   */
  void setUnsettableFloat(float value);

  /**
   * Unsets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableFloat <em>Unsettable Float</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @see #isSetUnsettableFloat()
   * @see #getUnsettableFloat()
   * @see #setUnsettableFloat(float)
   * @generated
   */
  void unsetUnsettableFloat();

  /**
   * Returns whether the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableFloat <em>Unsettable Float</em>}' attribute is set.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @return whether the value of the '<em>Unsettable Float</em>' attribute is set.
   * @see #unsetUnsettableFloat()
   * @see #getUnsettableFloat()
   * @see #setUnsettableFloat(float)
   * @generated
   */
  boolean isSetUnsettableFloat();

  /**
   * Returns the value of the '<em><b>Unsettable Int</b></em>' attribute. The default value is <code>"5"</code>. <!--
   * begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Unsettable Int</em>' attribute isn't clear, there really should be more of a description
   * here...
   * </p>
   * <!-- end-user-doc -->
   *
   * @return the value of the '<em>Unsettable Int</em>' attribute.
   * @see #isSetUnsettableInt()
   * @see #unsetUnsettableInt()
   * @see #setUnsettableInt(int)
   * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableInt()
   * @model default="5" unsettable="true"
   * @generated
   */
  int getUnsettableInt();

  /**
   * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableInt <em>Unsettable Int</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @param value the new value of the '<em>Unsettable Int</em>' attribute.
   * @see #isSetUnsettableInt()
   * @see #unsetUnsettableInt()
   * @see #getUnsettableInt()
   * @generated
   */
  void setUnsettableInt(int value);

  /**
   * Unsets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableInt <em>Unsettable Int</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @see #isSetUnsettableInt()
   * @see #getUnsettableInt()
   * @see #setUnsettableInt(int)
   * @generated
   */
  void unsetUnsettableInt();

  /**
   * Returns whether the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableInt <em>Unsettable Int</em>}' attribute is set.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @return whether the value of the '<em>Unsettable Int</em>' attribute is set.
   * @see #unsetUnsettableInt()
   * @see #getUnsettableInt()
   * @see #setUnsettableInt(int)
   * @generated
   */
  boolean isSetUnsettableInt();

  /**
   * Returns the value of the '<em><b>Unsettable Long</b></em>' attribute. The default value is <code>"6"</code>. <!--
   * begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Unsettable Long</em>' attribute isn't clear, there really should be more of a
   * description here...
   * </p>
   * <!-- end-user-doc -->
   *
   * @return the value of the '<em>Unsettable Long</em>' attribute.
   * @see #isSetUnsettableLong()
   * @see #unsetUnsettableLong()
   * @see #setUnsettableLong(long)
   * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableLong()
   * @model default="6" unsettable="true"
   * @generated
   */
  long getUnsettableLong();

  /**
   * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableLong <em>Unsettable Long</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @param value the new value of the '<em>Unsettable Long</em>' attribute.
   * @see #isSetUnsettableLong()
   * @see #unsetUnsettableLong()
   * @see #getUnsettableLong()
   * @generated
   */
  void setUnsettableLong(long value);

  /**
   * Unsets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableLong <em>Unsettable Long</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @see #isSetUnsettableLong()
   * @see #getUnsettableLong()
   * @see #setUnsettableLong(long)
   * @generated
   */
  void unsetUnsettableLong();

  /**
   * Returns whether the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableLong <em>Unsettable Long</em>}' attribute is set.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @return whether the value of the '<em>Unsettable Long</em>' attribute is set.
   * @see #unsetUnsettableLong()
   * @see #getUnsettableLong()
   * @see #setUnsettableLong(long)
   * @generated
   */
  boolean isSetUnsettableLong();

  /**
   * Returns the value of the '<em><b>Unsettable Short</b></em>' attribute. The default value is <code>"7"</code>. <!--
   * begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Unsettable Short</em>' attribute isn't clear, there really should be more of a
   * description here...
   * </p>
   * <!-- end-user-doc -->
   *
   * @return the value of the '<em>Unsettable Short</em>' attribute.
   * @see #isSetUnsettableShort()
   * @see #unsetUnsettableShort()
   * @see #setUnsettableShort(short)
   * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableShort()
   * @model default="7" unsettable="true"
   * @generated
   */
  short getUnsettableShort();

  /**
   * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableShort <em>Unsettable Short</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @param value the new value of the '<em>Unsettable Short</em>' attribute.
   * @see #isSetUnsettableShort()
   * @see #unsetUnsettableShort()
   * @see #getUnsettableShort()
   * @generated
   */
  void setUnsettableShort(short value);

  /**
   * Unsets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableShort <em>Unsettable Short</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @see #isSetUnsettableShort()
   * @see #getUnsettableShort()
   * @see #setUnsettableShort(short)
   * @generated
   */
  void unsetUnsettableShort();

  /**
   * Returns whether the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableShort <em>Unsettable Short</em>}' attribute is set.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @return whether the value of the '<em>Unsettable Short</em>' attribute is set.
   * @see #unsetUnsettableShort()
   * @see #getUnsettableShort()
   * @see #setUnsettableShort(short)
   * @generated
   */
  boolean isSetUnsettableShort();

  /**
   * Returns the value of the '<em><b>Unsettable String</b></em>' attribute.
   * The default value is <code>"\"eike\""</code>.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Unsettable String</em>' attribute isn't clear, there really should be more of a
   * description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Unsettable String</em>' attribute.
   * @see #isSetUnsettableString()
   * @see #unsetUnsettableString()
   * @see #setUnsettableString(String)
   * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableString()
   * @model default="\"eike\"" unsettable="true"
   * @generated
   */
  String getUnsettableString();

  /**
   * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableString <em>Unsettable String</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @param value the new value of the '<em>Unsettable String</em>' attribute.
   * @see #isSetUnsettableString()
   * @see #unsetUnsettableString()
   * @see #getUnsettableString()
   * @generated
   */
  void setUnsettableString(String value);

  /**
   * Unsets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableString <em>Unsettable String</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @see #isSetUnsettableString()
   * @see #getUnsettableString()
   * @see #setUnsettableString(String)
   * @generated
   */
  void unsetUnsettableString();

  /**
   * Returns whether the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableString <em>Unsettable String</em>}' attribute is set.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @return whether the value of the '<em>Unsettable String</em>' attribute is set.
   * @see #unsetUnsettableString()
   * @see #getUnsettableString()
   * @see #setUnsettableString(String)
   * @generated
   */
  boolean isSetUnsettableString();

  /**
   * Returns the value of the '<em><b>Unsettable VAT</b></em>' attribute.
   * The default value is <code>"vat15"</code>.
   * The literals are from the enumeration {@link org.eclipse.emf.cdo.tests.model1.VAT}.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Unsettable VAT</em>' attribute isn't clear, there really should be more of a description
   * here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Unsettable VAT</em>' attribute.
   * @see org.eclipse.emf.cdo.tests.model1.VAT
   * @see #isSetUnsettableVAT()
   * @see #unsetUnsettableVAT()
   * @see #setUnsettableVAT(VAT)
   * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableVAT()
   * @model default="vat15" unsettable="true"
   * @generated
   */
  VAT getUnsettableVAT();

  /**
   * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableVAT <em>Unsettable VAT</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @param value the new value of the '<em>Unsettable VAT</em>' attribute.
   * @see org.eclipse.emf.cdo.tests.model1.VAT
   * @see #isSetUnsettableVAT()
   * @see #unsetUnsettableVAT()
   * @see #getUnsettableVAT()
   * @generated
   */
  void setUnsettableVAT(VAT value);

  /**
   * Unsets the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableVAT <em>Unsettable VAT</em>}' attribute.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @see #isSetUnsettableVAT()
   * @see #getUnsettableVAT()
   * @see #setUnsettableVAT(VAT)
   * @generated
   */
  void unsetUnsettableVAT();

  /**
   * Returns whether the value of the '{@link org.eclipse.emf.cdo.tests.model2.Unsettable2WithDefault#getUnsettableVAT <em>Unsettable VAT</em>}' attribute is set.
   * <!-- begin-user-doc --> <!-- end-user-doc -->
   * @return whether the value of the '<em>Unsettable VAT</em>' attribute is set.
   * @see #unsetUnsettableVAT()
   * @see #getUnsettableVAT()
   * @see #setUnsettableVAT(VAT)
   * @generated
   */
  boolean isSetUnsettableVAT();

} // Unsettable2WithDefault

Back to the top