KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > Olj > util > OljAdapterFactory


1 /**
2  * <copyright>
3  * </copyright>
4  *
5  * $Id$
6  */

7 package Olj.util;
8
9 import Olj.*;
10
11 import org.eclipse.emf.common.notify.Adapter;
12 import org.eclipse.emf.common.notify.Notifier;
13
14 import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl;
15
16 import org.eclipse.emf.ecore.EObject;
17
18 /**
19  * <!-- begin-user-doc -->
20  * The <b>Adapter Factory</b> for the model.
21  * It provides an adapter <code>createXXX</code> method for each class of the model.
22  * <!-- end-user-doc -->
23  * @see Olj.OljPackage
24  * @generated
25  */

26 public class OljAdapterFactory extends AdapterFactoryImpl {
27     /**
28      * The cached model package.
29      * <!-- begin-user-doc -->
30      * <!-- end-user-doc -->
31      * @generated
32      */

33     protected static OljPackage modelPackage;
34
35     /**
36      * Creates an instance of the adapter factory.
37      * <!-- begin-user-doc -->
38      * <!-- end-user-doc -->
39      * @generated
40      */

41     public OljAdapterFactory() {
42         if (modelPackage == null) {
43             modelPackage = OljPackage.eINSTANCE;
44         }
45     }
46
47     /**
48      * Returns whether this factory is applicable for the type of the object.
49      * <!-- begin-user-doc -->
50      * This implementation returns <code>true</code> if the object is either the model's package or is an instance object of the model.
51      * <!-- end-user-doc -->
52      * @return whether this factory is applicable for the type of the object.
53      * @generated
54      */

55     public boolean isFactoryForType(Object JavaDoc object) {
56         if (object == modelPackage) {
57             return true;
58         }
59         if (object instanceof EObject) {
60             return ((EObject)object).eClass().getEPackage() == modelPackage;
61         }
62         return false;
63     }
64
65     /**
66      * The switch the delegates to the <code>createXXX</code> methods.
67      * <!-- begin-user-doc -->
68      * <!-- end-user-doc -->
69      * @generated
70      */

71     protected OljSwitch modelSwitch =
72         new OljSwitch() {
73             public Object JavaDoc caseConstantColumnsType(ConstantColumnsType object) {
74                 return createConstantColumnsTypeAdapter();
75             }
76             public Object JavaDoc caseConstantColumnType(ConstantColumnType object) {
77                 return createConstantColumnTypeAdapter();
78             }
79             public Object JavaDoc caseCopyTableType(CopyTableType object) {
80                 return createCopyTableTypeAdapter();
81             }
82             public Object JavaDoc caseCounterColumnsType(CounterColumnsType object) {
83                 return createCounterColumnsTypeAdapter();
84             }
85             public Object JavaDoc caseCounterColumnType(CounterColumnType object) {
86                 return createCounterColumnTypeAdapter();
87             }
88             public Object JavaDoc caseDefinitionIncludeType(DefinitionIncludeType object) {
89                 return createDefinitionIncludeTypeAdapter();
90             }
91             public Object JavaDoc caseDocumentRoot(DocumentRoot object) {
92                 return createDocumentRootAdapter();
93             }
94             public Object JavaDoc caseEchoType(EchoType object) {
95                 return createEchoTypeAdapter();
96             }
97             public Object JavaDoc caseImportDefinitionType(ImportDefinitionType object) {
98                 return createImportDefinitionTypeAdapter();
99             }
100             public Object JavaDoc caseIncludeType(IncludeType object) {
101                 return createIncludeTypeAdapter();
102             }
103             public Object JavaDoc caseJavaScriptType(JavaScriptType object) {
104                 return createJavaScriptTypeAdapter();
105             }
106             public Object JavaDoc caseJdbcDefaultParametersType(JdbcDefaultParametersType object) {
107                 return createJdbcDefaultParametersTypeAdapter();
108             }
109             public Object JavaDoc caseJdbcParametersType(JdbcParametersType object) {
110                 return createJdbcParametersTypeAdapter();
111             }
112             public Object JavaDoc caseJdbcSourceParametersType(JdbcSourceParametersType object) {
113                 return createJdbcSourceParametersTypeAdapter();
114             }
115             public Object JavaDoc caseJdbcSourceParameterType(JdbcSourceParameterType object) {
116                 return createJdbcSourceParameterTypeAdapter();
117             }
118             public Object JavaDoc caseJdbcSourceTargetParametersType(JdbcSourceTargetParametersType object) {
119                 return createJdbcSourceTargetParametersTypeAdapter();
120             }
121             public Object JavaDoc caseJdbcTargetParametersType(JdbcTargetParametersType object) {
122                 return createJdbcTargetParametersTypeAdapter();
123             }
124             public Object JavaDoc caseJdbcTargetParameterType(JdbcTargetParameterType object) {
125                 return createJdbcTargetParameterTypeAdapter();
126             }
127             public Object JavaDoc caseLoaderJobType(LoaderJobType object) {
128                 return createLoaderJobTypeAdapter();
129             }
130             public Object JavaDoc caseRelationColumnsType(RelationColumnsType object) {
131                 return createRelationColumnsTypeAdapter();
132             }
133             public Object JavaDoc caseRelationColumnType(RelationColumnType object) {
134                 return createRelationColumnTypeAdapter();
135             }
136             public Object JavaDoc caseRestartCounterType(RestartCounterType object) {
137                 return createRestartCounterTypeAdapter();
138             }
139             public Object JavaDoc caseSortColumnsType(SortColumnsType object) {
140                 return createSortColumnsTypeAdapter();
141             }
142             public Object JavaDoc caseSortColumnType(SortColumnType object) {
143                 return createSortColumnTypeAdapter();
144             }
145             public Object JavaDoc caseSourceColumnsType(SourceColumnsType object) {
146                 return createSourceColumnsTypeAdapter();
147             }
148             public Object JavaDoc caseSourceColumnType(SourceColumnType object) {
149                 return createSourceColumnTypeAdapter();
150             }
151             public Object JavaDoc caseSqlStmtType(SqlStmtType object) {
152                 return createSqlStmtTypeAdapter();
153             }
154             public Object JavaDoc caseSqlType(SqlType object) {
155                 return createSqlTypeAdapter();
156             }
157             public Object JavaDoc caseSubCounterColumnType(SubCounterColumnType object) {
158                 return createSubCounterColumnTypeAdapter();
159             }
160             public Object JavaDoc caseSubCounterKeyColumnType(SubCounterKeyColumnType object) {
161                 return createSubCounterKeyColumnTypeAdapter();
162             }
163             public Object JavaDoc caseTablesType(TablesType object) {
164                 return createTablesTypeAdapter();
165             }
166             public Object JavaDoc caseTableType(TableType object) {
167                 return createTableTypeAdapter();
168             }
169             public Object JavaDoc caseTargetColumnsType(TargetColumnsType object) {
170                 return createTargetColumnsTypeAdapter();
171             }
172             public Object JavaDoc caseTargetColumnType(TargetColumnType object) {
173                 return createTargetColumnTypeAdapter();
174             }
175             public Object JavaDoc caseTimeStampColumnType(TimeStampColumnType object) {
176                 return createTimeStampColumnTypeAdapter();
177             }
178             public Object JavaDoc caseTransformationsType(TransformationsType object) {
179                 return createTransformationsTypeAdapter();
180             }
181             public Object JavaDoc caseTransformationType(TransformationType object) {
182                 return createTransformationTypeAdapter();
183             }
184             public Object JavaDoc caseUserIDColumnType(UserIDColumnType object) {
185                 return createUserIDColumnTypeAdapter();
186             }
187             public Object JavaDoc caseValueColumnsType(ValueColumnsType object) {
188                 return createValueColumnsTypeAdapter();
189             }
190             public Object JavaDoc caseValueColumnType(ValueColumnType object) {
191                 return createValueColumnTypeAdapter();
192             }
193             public Object JavaDoc caseVariableColumnsType(VariableColumnsType object) {
194                 return createVariableColumnsTypeAdapter();
195             }
196             public Object JavaDoc caseVariableColumnType(VariableColumnType object) {
197                 return createVariableColumnTypeAdapter();
198             }
199             public Object JavaDoc caseVariablesType(VariablesType object) {
200                 return createVariablesTypeAdapter();
201             }
202             public Object JavaDoc caseVariableType(VariableType object) {
203                 return createVariableTypeAdapter();
204             }
205             public Object JavaDoc defaultCase(EObject object) {
206                 return createEObjectAdapter();
207             }
208         };
209
210     /**
211      * Creates an adapter for the <code>target</code>.
212      * <!-- begin-user-doc -->
213      * <!-- end-user-doc -->
214      * @param target the object to adapt.
215      * @return the adapter for the <code>target</code>.
216      * @generated
217      */

218     public Adapter createAdapter(Notifier target) {
219         return (Adapter)modelSwitch.doSwitch((EObject)target);
220     }
221
222
223     /**
224      * Creates a new adapter for an object of class '{@link Olj.ConstantColumnsType <em>Constant Columns Type</em>}'.
225      * <!-- begin-user-doc -->
226      * This default implementation returns null so that we can easily ignore cases;
227      * it's useful to ignore a case when inheritance will catch all the cases anyway.
228      * <!-- end-user-doc -->
229      * @return the new adapter.
230      * @see Olj.ConstantColumnsType
231      * @generated
232      */

233     public Adapter createConstantColumnsTypeAdapter() {
234         return null;
235     }
236
237     /**
238      * Creates a new adapter for an object of class '{@link Olj.ConstantColumnType <em>Constant Column Type</em>}'.
239      * <!-- begin-user-doc -->
240      * This default implementation returns null so that we can easily ignore cases;
241      * it's useful to ignore a case when inheritance will catch all the cases anyway.
242      * <!-- end-user-doc -->
243      * @return the new adapter.
244      * @see Olj.ConstantColumnType
245      * @generated
246      */

247     public Adapter createConstantColumnTypeAdapter() {
248         return null;
249     }
250
251     /**
252      * Creates a new adapter for an object of class '{@link Olj.CopyTableType <em>Copy Table Type</em>}'.
253      * <!-- begin-user-doc -->
254      * This default implementation returns null so that we can easily ignore cases;
255      * it's useful to ignore a case when inheritance will catch all the cases anyway.
256      * <!-- end-user-doc -->
257      * @return the new adapter.
258      * @see Olj.CopyTableType
259      * @generated
260      */

261     public Adapter createCopyTableTypeAdapter() {
262         return null;
263     }
264
265     /**
266      * Creates a new adapter for an object of class '{@link Olj.CounterColumnsType <em>Counter Columns Type</em>}'.
267      * <!-- begin-user-doc -->
268      * This default implementation returns null so that we can easily ignore cases;
269      * it's useful to ignore a case when inheritance will catch all the cases anyway.
270      * <!-- end-user-doc -->
271      * @return the new adapter.
272      * @see Olj.CounterColumnsType
273      * @generated
274      */

275     public Adapter createCounterColumnsTypeAdapter() {
276         return null;
277     }
278
279     /**
280      * Creates a new adapter for an object of class '{@link Olj.CounterColumnType <em>Counter Column Type</em>}'.
281      * <!-- begin-user-doc -->
282      * This default implementation returns null so that we can easily ignore cases;
283      * it's useful to ignore a case when inheritance will catch all the cases anyway.
284      * <!-- end-user-doc -->
285      * @return the new adapter.
286      * @see Olj.CounterColumnType
287      * @generated
288      */

289     public Adapter createCounterColumnTypeAdapter() {
290         return null;
291     }
292
293     /**
294      * Creates a new adapter for an object of class '{@link Olj.DefinitionIncludeType <em>Definition Include Type</em>}'.
295      * <!-- begin-user-doc -->
296      * This default implementation returns null so that we can easily ignore cases;
297      * it's useful to ignore a case when inheritance will catch all the cases anyway.
298      * <!-- end-user-doc -->
299      * @return the new adapter.
300      * @see Olj.DefinitionIncludeType
301      * @generated
302      */

303     public Adapter createDefinitionIncludeTypeAdapter() {
304         return null;
305     }
306
307     /**
308      * Creates a new adapter for an object of class '{@link Olj.DocumentRoot <em>Document Root</em>}'.
309      * <!-- begin-user-doc -->
310      * This default implementation returns null so that we can easily ignore cases;
311      * it's useful to ignore a case when inheritance will catch all the cases anyway.
312      * <!-- end-user-doc -->
313      * @return the new adapter.
314      * @see Olj.DocumentRoot
315      * @generated
316      */

317     public Adapter createDocumentRootAdapter() {
318         return null;
319     }
320
321     /**
322      * Creates a new adapter for an object of class '{@link Olj.EchoType <em>Echo Type</em>}'.
323      * <!-- begin-user-doc -->
324      * This default implementation returns null so that we can easily ignore cases;
325      * it's useful to ignore a case when inheritance will catch all the cases anyway.
326      * <!-- end-user-doc -->
327      * @return the new adapter.
328      * @see Olj.EchoType
329      * @generated
330      */

331     public Adapter createEchoTypeAdapter() {
332         return null;
333     }
334
335     /**
336      * Creates a new adapter for an object of class '{@link Olj.ImportDefinitionType <em>Import Definition Type</em>}'.
337      * <!-- begin-user-doc -->
338      * This default implementation returns null so that we can easily ignore cases;
339      * it's useful to ignore a case when inheritance will catch all the cases anyway.
340      * <!-- end-user-doc -->
341      * @return the new adapter.
342      * @see Olj.ImportDefinitionType
343      * @generated
344      */

345     public Adapter createImportDefinitionTypeAdapter() {
346         return null;
347     }
348
349     /**
350      * Creates a new adapter for an object of class '{@link Olj.IncludeType <em>Include Type</em>}'.
351      * <!-- begin-user-doc -->
352      * This default implementation returns null so that we can easily ignore cases;
353      * it's useful to ignore a case when inheritance will catch all the cases anyway.
354      * <!-- end-user-doc -->
355      * @return the new adapter.
356      * @see Olj.IncludeType
357      * @generated
358      */

359     public Adapter createIncludeTypeAdapter() {
360         return null;
361     }
362
363     /**
364      * Creates a new adapter for an object of class '{@link Olj.JavaScriptType <em>Java Script Type</em>}'.
365      * <!-- begin-user-doc -->
366      * This default implementation returns null so that we can easily ignore cases;
367      * it's useful to ignore a case when inheritance will catch all the cases anyway.
368      * <!-- end-user-doc -->
369      * @return the new adapter.
370      * @see Olj.JavaScriptType
371      * @generated
372      */

373     public Adapter createJavaScriptTypeAdapter() {
374         return null;
375     }
376
377     /**
378      * Creates a new adapter for an object of class '{@link Olj.JdbcDefaultParametersType <em>Jdbc Default Parameters Type</em>}'.
379      * <!-- begin-user-doc -->
380      * This default implementation returns null so that we can easily ignore cases;
381      * it's useful to ignore a case when inheritance will catch all the cases anyway.
382      * <!-- end-user-doc -->
383      * @return the new adapter.
384      * @see Olj.JdbcDefaultParametersType
385      * @generated
386      */

387     public Adapter createJdbcDefaultParametersTypeAdapter() {
388         return null;
389     }
390
391     /**
392      * Creates a new adapter for an object of class '{@link Olj.JdbcParametersType <em>Jdbc Parameters Type</em>}'.
393      * <!-- begin-user-doc -->
394      * This default implementation returns null so that we can easily ignore cases;
395      * it's useful to ignore a case when inheritance will catch all the cases anyway.
396      * <!-- end-user-doc -->
397      * @return the new adapter.
398      * @see Olj.JdbcParametersType
399      * @generated
400      */

401     public Adapter createJdbcParametersTypeAdapter() {
402         return null;
403     }
404
405     /**
406      * Creates a new adapter for an object of class '{@link Olj.JdbcSourceParametersType <em>Jdbc Source Parameters Type</em>}'.
407      * <!-- begin-user-doc -->
408      * This default implementation returns null so that we can easily ignore cases;
409      * it's useful to ignore a case when inheritance will catch all the cases anyway.
410      * <!-- end-user-doc -->
411      * @return the new adapter.
412      * @see Olj.JdbcSourceParametersType
413      * @generated
414      */

415     public Adapter createJdbcSourceParametersTypeAdapter() {
416         return null;
417     }
418
419     /**
420      * Creates a new adapter for an object of class '{@link Olj.JdbcSourceParameterType <em>Jdbc Source Parameter Type</em>}'.
421      * <!-- begin-user-doc -->
422      * This default implementation returns null so that we can easily ignore cases;
423      * it's useful to ignore a case when inheritance will catch all the cases anyway.
424      * <!-- end-user-doc -->
425      * @return the new adapter.
426      * @see Olj.JdbcSourceParameterType
427      * @generated
428      */

429     public Adapter createJdbcSourceParameterTypeAdapter() {
430         return null;
431     }
432
433     /**
434      * Creates a new adapter for an object of class '{@link Olj.JdbcSourceTargetParametersType <em>Jdbc Source Target Parameters Type</em>}'.
435      * <!-- begin-user-doc -->
436      * This default implementation returns null so that we can easily ignore cases;
437      * it's useful to ignore a case when inheritance will catch all the cases anyway.
438      * <!-- end-user-doc -->
439      * @return the new adapter.
440      * @see Olj.JdbcSourceTargetParametersType
441      * @generated
442      */

443     public Adapter createJdbcSourceTargetParametersTypeAdapter() {
444         return null;
445     }
446
447     /**
448      * Creates a new adapter for an object of class '{@link Olj.JdbcTargetParametersType <em>Jdbc Target Parameters Type</em>}'.
449      * <!-- begin-user-doc -->
450      * This default implementation returns null so that we can easily ignore cases;
451      * it's useful to ignore a case when inheritance will catch all the cases anyway.
452      * <!-- end-user-doc -->
453      * @return the new adapter.
454      * @see Olj.JdbcTargetParametersType
455      * @generated
456      */

457     public Adapter createJdbcTargetParametersTypeAdapter() {
458         return null;
459     }
460
461     /**
462      * Creates a new adapter for an object of class '{@link Olj.JdbcTargetParameterType <em>Jdbc Target Parameter Type</em>}'.
463      * <!-- begin-user-doc -->
464      * This default implementation returns null so that we can easily ignore cases;
465      * it's useful to ignore a case when inheritance will catch all the cases anyway.
466      * <!-- end-user-doc -->
467      * @return the new adapter.
468      * @see Olj.JdbcTargetParameterType
469      * @generated
470      */

471     public Adapter createJdbcTargetParameterTypeAdapter() {
472         return null;
473     }
474
475     /**
476      * Creates a new adapter for an object of class '{@link Olj.LoaderJobType <em>Loader Job Type</em>}'.
477      * <!-- begin-user-doc -->
478      * This default implementation returns null so that we can easily ignore cases;
479      * it's useful to ignore a case when inheritance will catch all the cases anyway.
480      * <!-- end-user-doc -->
481      * @return the new adapter.
482      * @see Olj.LoaderJobType
483      * @generated
484      */

485     public Adapter createLoaderJobTypeAdapter() {
486         return null;
487     }
488
489     /**
490      * Creates a new adapter for an object of class '{@link Olj.RelationColumnsType <em>Relation Columns Type</em>}'.
491      * <!-- begin-user-doc -->
492      * This default implementation returns null so that we can easily ignore cases;
493      * it's useful to ignore a case when inheritance will catch all the cases anyway.
494      * <!-- end-user-doc -->
495      * @return the new adapter.
496      * @see Olj.RelationColumnsType
497      * @generated
498      */

499     public Adapter createRelationColumnsTypeAdapter() {
500         return null;
501     }
502
503     /**
504      * Creates a new adapter for an object of class '{@link Olj.RelationColumnType <em>Relation Column Type</em>}'.
505      * <!-- begin-user-doc -->
506      * This default implementation returns null so that we can easily ignore cases;
507      * it's useful to ignore a case when inheritance will catch all the cases anyway.
508      * <!-- end-user-doc -->
509      * @return the new adapter.
510      * @see Olj.RelationColumnType
511      * @generated
512      */

513     public Adapter createRelationColumnTypeAdapter() {
514         return null;
515     }
516
517     /**
518      * Creates a new adapter for an object of class '{@link Olj.RestartCounterType <em>Restart Counter Type</em>}'.
519      * <!-- begin-user-doc -->
520      * This default implementation returns null so that we can easily ignore cases;
521      * it's useful to ignore a case when inheritance will catch all the cases anyway.
522      * <!-- end-user-doc -->
523      * @return the new adapter.
524      * @see Olj.RestartCounterType
525      * @generated
526      */

527     public Adapter createRestartCounterTypeAdapter() {
528         return null;
529     }
530
531     /**
532      * Creates a new adapter for an object of class '{@link Olj.SortColumnsType <em>Sort Columns Type</em>}'.
533      * <!-- begin-user-doc -->
534      * This default implementation returns null so that we can easily ignore cases;
535      * it's useful to ignore a case when inheritance will catch all the cases anyway.
536      * <!-- end-user-doc -->
537      * @return the new adapter.
538      * @see Olj.SortColumnsType
539      * @generated
540      */

541     public Adapter createSortColumnsTypeAdapter() {
542         return null;
543     }
544
545     /**
546      * Creates a new adapter for an object of class '{@link Olj.SortColumnType <em>Sort Column Type</em>}'.
547      * <!-- begin-user-doc -->
548      * This default implementation returns null so that we can easily ignore cases;
549      * it's useful to ignore a case when inheritance will catch all the cases anyway.
550      * <!-- end-user-doc -->
551      * @return the new adapter.
552      * @see Olj.SortColumnType
553      * @generated
554      */

555     public Adapter createSortColumnTypeAdapter() {
556         return null;
557     }
558
559     /**
560      * Creates a new adapter for an object of class '{@link Olj.SourceColumnsType <em>Source Columns Type</em>}'.
561      * <!-- begin-user-doc -->
562      * This default implementation returns null so that we can easily ignore cases;
563      * it's useful to ignore a case when inheritance will catch all the cases anyway.
564      * <!-- end-user-doc -->
565      * @return the new adapter.
566      * @see Olj.SourceColumnsType
567      * @generated
568      */

569     public Adapter createSourceColumnsTypeAdapter() {
570         return null;
571     }
572
573     /**
574      * Creates a new adapter for an object of class '{@link Olj.SourceColumnType <em>Source Column Type</em>}'.
575      * <!-- begin-user-doc -->
576      * This default implementation returns null so that we can easily ignore cases;
577      * it's useful to ignore a case when inheritance will catch all the cases anyway.
578      * <!-- end-user-doc -->
579      * @return the new adapter.
580      * @see Olj.SourceColumnType
581      * @generated
582      */

583     public Adapter createSourceColumnTypeAdapter() {
584         return null;
585     }
586
587     /**
588      * Creates a new adapter for an object of class '{@link Olj.SqlStmtType <em>Sql Stmt Type</em>}'.
589      * <!-- begin-user-doc -->
590      * This default implementation returns null so that we can easily ignore cases;
591      * it's useful to ignore a case when inheritance will catch all the cases anyway.
592      * <!-- end-user-doc -->
593      * @return the new adapter.
594      * @see Olj.SqlStmtType
595      * @generated
596      */

597     public Adapter createSqlStmtTypeAdapter() {
598         return null;
599     }
600
601     /**
602      * Creates a new adapter for an object of class '{@link Olj.SqlType <em>Sql Type</em>}'.
603      * <!-- begin-user-doc -->
604      * This default implementation returns null so that we can easily ignore cases;
605      * it's useful to ignore a case when inheritance will catch all the cases anyway.
606      * <!-- end-user-doc -->
607      * @return the new adapter.
608      * @see Olj.SqlType
609      * @generated
610      */

611     public Adapter createSqlTypeAdapter() {
612         return null;
613     }
614
615     /**
616      * Creates a new adapter for an object of class '{@link Olj.SubCounterColumnType <em>Sub Counter Column Type</em>}'.
617      * <!-- begin-user-doc -->
618      * This default implementation returns null so that we can easily ignore cases;
619      * it's useful to ignore a case when inheritance will catch all the cases anyway.
620      * <!-- end-user-doc -->
621      * @return the new adapter.
622      * @see Olj.SubCounterColumnType
623      * @generated
624      */

625     public Adapter createSubCounterColumnTypeAdapter() {
626         return null;
627     }
628
629     /**
630      * Creates a new adapter for an object of class '{@link Olj.SubCounterKeyColumnType <em>Sub Counter Key Column Type</em>}'.
631      * <!-- begin-user-doc -->
632      * This default implementation returns null so that we can easily ignore cases;
633      * it's useful to ignore a case when inheritance will catch all the cases anyway.
634      * <!-- end-user-doc -->
635      * @return the new adapter.
636      * @see Olj.SubCounterKeyColumnType
637      * @generated
638      */

639     public Adapter createSubCounterKeyColumnTypeAdapter() {
640         return null;
641     }
642
643     /**
644      * Creates a new adapter for an object of class '{@link Olj.TablesType <em>Tables Type</em>}'.
645      * <!-- begin-user-doc -->
646      * This default implementation returns null so that we can easily ignore cases;
647      * it's useful to ignore a case when inheritance will catch all the cases anyway.
648      * <!-- end-user-doc -->
649      * @return the new adapter.
650      * @see Olj.TablesType
651      * @generated
652      */

653     public Adapter createTablesTypeAdapter() {
654         return null;
655     }
656
657     /**
658      * Creates a new adapter for an object of class '{@link Olj.TableType <em>Table Type</em>}'.
659      * <!-- begin-user-doc -->
660      * This default implementation returns null so that we can easily ignore cases;
661      * it's useful to ignore a case when inheritance will catch all the cases anyway.
662      * <!-- end-user-doc -->
663      * @return the new adapter.
664      * @see Olj.TableType
665      * @generated
666      */

667     public Adapter createTableTypeAdapter() {
668         return null;
669     }
670
671     /**
672      * Creates a new adapter for an object of class '{@link Olj.TargetColumnsType <em>Target Columns Type</em>}'.
673      * <!-- begin-user-doc -->
674      * This default implementation returns null so that we can easily ignore cases;
675      * it's useful to ignore a case when inheritance will catch all the cases anyway.
676      * <!-- end-user-doc -->
677      * @return the new adapter.
678      * @see Olj.TargetColumnsType
679      * @generated
680      */

681     public Adapter createTargetColumnsTypeAdapter() {
682         return null;
683     }
684
685     /**
686      * Creates a new adapter for an object of class '{@link Olj.TargetColumnType <em>Target Column Type</em>}'.
687      * <!-- begin-user-doc -->
688      * This default implementation returns null so that we can easily ignore cases;
689      * it's useful to ignore a case when inheritance will catch all the cases anyway.
690      * <!-- end-user-doc -->
691      * @return the new adapter.
692      * @see Olj.TargetColumnType
693      * @generated
694      */

695     public Adapter createTargetColumnTypeAdapter() {
696         return null;
697     }
698
699     /**
700      * Creates a new adapter for an object of class '{@link Olj.TimeStampColumnType <em>Time Stamp Column Type</em>}'.
701      * <!-- begin-user-doc -->
702      * This default implementation returns null so that we can easily ignore cases;
703      * it's useful to ignore a case when inheritance will catch all the cases anyway.
704      * <!-- end-user-doc -->
705      * @return the new adapter.
706      * @see Olj.TimeStampColumnType
707      * @generated
708      */

709     public Adapter createTimeStampColumnTypeAdapter() {
710         return null;
711     }
712
713     /**
714      * Creates a new adapter for an object of class '{@link Olj.TransformationsType <em>Transformations Type</em>}'.
715      * <!-- begin-user-doc -->
716      * This default implementation returns null so that we can easily ignore cases;
717      * it's useful to ignore a case when inheritance will catch all the cases anyway.
718      * <!-- end-user-doc -->
719      * @return the new adapter.
720      * @see Olj.TransformationsType
721      * @generated
722      */

723     public Adapter createTransformationsTypeAdapter() {
724         return null;
725     }
726
727     /**
728      * Creates a new adapter for an object of class '{@link Olj.TransformationType <em>Transformation Type</em>}'.
729      * <!-- begin-user-doc -->
730      * This default implementation returns null so that we can easily ignore cases;
731      * it's useful to ignore a case when inheritance will catch all the cases anyway.
732      * <!-- end-user-doc -->
733      * @return the new adapter.
734      * @see Olj.TransformationType
735      * @generated
736      */

737     public Adapter createTransformationTypeAdapter() {
738         return null;
739     }
740
741     /**
742      * Creates a new adapter for an object of class '{@link Olj.UserIDColumnType <em>User ID Column Type</em>}'.
743      * <!-- begin-user-doc -->
744      * This default implementation returns null so that we can easily ignore cases;
745      * it's useful to ignore a case when inheritance will catch all the cases anyway.
746      * <!-- end-user-doc -->
747      * @return the new adapter.
748      * @see Olj.UserIDColumnType
749      * @generated
750      */

751     public Adapter createUserIDColumnTypeAdapter() {
752         return null;
753     }
754
755     /**
756      * Creates a new adapter for an object of class '{@link Olj.ValueColumnsType <em>Value Columns Type</em>}'.
757      * <!-- begin-user-doc -->
758      * This default implementation returns null so that we can easily ignore cases;
759      * it's useful to ignore a case when inheritance will catch all the cases anyway.
760      * <!-- end-user-doc -->
761      * @return the new adapter.
762      * @see Olj.ValueColumnsType
763      * @generated
764      */

765     public Adapter createValueColumnsTypeAdapter() {
766         return null;
767     }
768
769     /**
770      * Creates a new adapter for an object of class '{@link Olj.ValueColumnType <em>Value Column Type</em>}'.
771      * <!-- begin-user-doc -->
772      * This default implementation returns null so that we can easily ignore cases;
773      * it's useful to ignore a case when inheritance will catch all the cases anyway.
774      * <!-- end-user-doc -->
775      * @return the new adapter.
776      * @see Olj.ValueColumnType
777      * @generated
778      */

779     public Adapter createValueColumnTypeAdapter() {
780         return null;
781     }
782
783     /**
784      * Creates a new adapter for an object of class '{@link Olj.VariableColumnsType <em>Variable Columns Type</em>}'.
785      * <!-- begin-user-doc -->
786      * This default implementation returns null so that we can easily ignore cases;
787      * it's useful to ignore a case when inheritance will catch all the cases anyway.
788      * <!-- end-user-doc -->
789      * @return the new adapter.
790      * @see Olj.VariableColumnsType
791      * @generated
792      */

793     public Adapter createVariableColumnsTypeAdapter() {
794         return null;
795     }
796
797     /**
798      * Creates a new adapter for an object of class '{@link Olj.VariableColumnType <em>Variable Column Type</em>}'.
799      * <!-- begin-user-doc -->
800      * This default implementation returns null so that we can easily ignore cases;
801      * it's useful to ignore a case when inheritance will catch all the cases anyway.
802      * <!-- end-user-doc -->
803      * @return the new adapter.
804      * @see Olj.VariableColumnType
805      * @generated
806      */

807     public Adapter createVariableColumnTypeAdapter() {
808         return null;
809     }
810
811     /**
812      * Creates a new adapter for an object of class '{@link Olj.VariablesType <em>Variables Type</em>}'.
813      * <!-- begin-user-doc -->
814      * This default implementation returns null so that we can easily ignore cases;
815      * it's useful to ignore a case when inheritance will catch all the cases anyway.
816      * <!-- end-user-doc -->
817      * @return the new adapter.
818      * @see Olj.VariablesType
819      * @generated
820      */

821     public Adapter createVariablesTypeAdapter() {
822         return null;
823     }
824
825     /**
826      * Creates a new adapter for an object of class '{@link Olj.VariableType <em>Variable Type</em>}'.
827      * <!-- begin-user-doc -->
828      * This default implementation returns null so that we can easily ignore cases;
829      * it's useful to ignore a case when inheritance will catch all the cases anyway.
830      * <!-- end-user-doc -->
831      * @return the new adapter.
832      * @see Olj.VariableType
833      * @generated
834      */

835     public Adapter createVariableTypeAdapter() {
836         return null;
837     }
838
839     /**
840      * Creates a new adapter for the default case.
841      * <!-- begin-user-doc -->
842      * This default implementation returns null.
843      * <!-- end-user-doc -->
844      * @return the new adapter.
845      * @generated
846      */

847     public Adapter createEObjectAdapter() {
848         return null;
849     }
850
851 } //OljAdapterFactory
852
Popular Tags