Source Code Cross Referenced for RelationalStorageTechnologyDefType.java in  » UML » MetaBoss » com » metaboss » sdlctools » domains » storagemodel » storage » xmlfileimpl » dom » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » UML » MetaBoss » com.metaboss.sdlctools.domains.storagemodel.storage.xmlfileimpl.dom 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        //
002:        // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.4-b18-fcs 
003:        // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
004:        // Any modifications to this file will be lost upon recompilation of the source schema. 
005:        // Generated on: 2005.03.31 at 08:49:20 EST 
006:        //
007:
008:        package com.metaboss.sdlctools.domains.storagemodel.storage.xmlfileimpl.dom;
009:
010:        /**
011:         * Java content class for anonymous complex type.
012:         * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/MetaBoss/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0/storagemodel.xsd line 121)
013:         * <p>
014:         * <pre>
015:         * &lt;complexType>
016:         *   &lt;complexContent>
017:         *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
018:         *       &lt;sequence>
019:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}MaxTableNameLength"/>
020:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}AssociationTableNameConversionType"/>
021:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}AssociationTableNamePrefix"/>
022:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}AssociationTableNameSuffix"/>
023:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}EntityTableNameConversionType"/>
024:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}EntityTableNamePrefix"/>
025:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}EntityTableNameSuffix"/>
026:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}ReferenceTableNameConversionType"/>
027:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}ReferenceTableNamePrefix"/>
028:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}ReferenceTableNameSuffix"/>
029:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}MaxColumnNameLength"/>
030:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}AttributeColumnNameConversionType"/>
031:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}AttributeColumnNamePrefix"/>
032:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}AttributeColumnNameSuffix"/>
033:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}AssociationRoleColumnNameConversionType"/>
034:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}AssociationRoleColumnNamePrefix"/>
035:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}AssociationRoleColumnNameSuffix"/>
036:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}EntityInstanceIdColumnName"/>
037:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}EntityVersionIdColumnName"/>
038:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}EntityStateColumnName"/>
039:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}ReferenceValueColumnName"/>
040:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}ReferenceDescriptionColumnName"/>
041:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}ReferenceWeightColumnName"/>
042:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}MaxConstraintNameLength"/>
043:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}AssociationRoleReferentialConstraintNameConversionType"/>
044:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}AssociationRoleReferentialConstraintNamePrefix"/>
045:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}AssociationRoleReferentialConstraintNameSuffix"/>
046:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}AssociationPrimaryKeyConstraintNameConversionType"/>
047:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}AssociationPrimaryKeyConstraintNamePrefix"/>
048:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}AssociationPrimaryKeyConstraintNameSuffix"/>
049:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}EntityPrimaryKeyConstraintNameConversionType"/>
050:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}EntityPrimaryKeyConstraintNamePrefix"/>
051:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}EntityPrimaryKeyConstraintNameSuffix"/>
052:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}EntityNaturalPrimaryKeyConstraintNameConversionType"/>
053:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}EntityNaturalPrimaryKeyConstraintNamePrefix"/>
054:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}EntityNaturalPrimaryKeyConstraintNameSuffix"/>
055:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}EntityAttributeRefConstraintNameConversionType"/>
056:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}EntityAttributeRefConstraintNamePrefix"/>
057:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}EntityAttributeRefConstraintNameSuffix"/>
058:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}ReferencePrimaryKeyConstraintNameConversionType"/>
059:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}ReferencePrimaryKeyConstraintNamePrefix"/>
060:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}ReferencePrimaryKeyConstraintNameSuffix"/>
061:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}ReferenceWeightConstraintNameConversionType"/>
062:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}ReferenceWeightConstraintNamePrefix"/>
063:         *         &lt;element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/StorageModel/1.0}ReferenceWeightConstraintNameSuffix"/>
064:         *       &lt;/sequence>
065:         *     &lt;/restriction>
066:         *   &lt;/complexContent>
067:         * &lt;/complexType>
068:         * </pre>
069:         * 
070:         */
071:        public interface RelationalStorageTechnologyDefType {
072:
073:            /**
074:             * Gets the value of the associationTableNameConversionType property.
075:             * 
076:             * @return
077:             *     possible object is
078:             *     {@link java.lang.String}
079:             */
080:            java.lang.String getAssociationTableNameConversionType();
081:
082:            /**
083:             * Sets the value of the associationTableNameConversionType property.
084:             * 
085:             * @param value
086:             *     allowed object is
087:             *     {@link java.lang.String}
088:             */
089:            void setAssociationTableNameConversionType(java.lang.String value);
090:
091:            /**
092:             * Gets the value of the attributeColumnNameSuffix property.
093:             * 
094:             * @return
095:             *     possible object is
096:             *     {@link java.lang.String}
097:             */
098:            java.lang.String getAttributeColumnNameSuffix();
099:
100:            /**
101:             * Sets the value of the attributeColumnNameSuffix property.
102:             * 
103:             * @param value
104:             *     allowed object is
105:             *     {@link java.lang.String}
106:             */
107:            void setAttributeColumnNameSuffix(java.lang.String value);
108:
109:            /**
110:             * Gets the value of the associationPrimaryKeyConstraintNamePrefix property.
111:             * 
112:             * @return
113:             *     possible object is
114:             *     {@link java.lang.String}
115:             */
116:            java.lang.String getAssociationPrimaryKeyConstraintNamePrefix();
117:
118:            /**
119:             * Sets the value of the associationPrimaryKeyConstraintNamePrefix property.
120:             * 
121:             * @param value
122:             *     allowed object is
123:             *     {@link java.lang.String}
124:             */
125:            void setAssociationPrimaryKeyConstraintNamePrefix(
126:                    java.lang.String value);
127:
128:            /**
129:             * Gets the value of the associationPrimaryKeyConstraintNameConversionType property.
130:             * 
131:             * @return
132:             *     possible object is
133:             *     {@link java.lang.String}
134:             */
135:            java.lang.String getAssociationPrimaryKeyConstraintNameConversionType();
136:
137:            /**
138:             * Sets the value of the associationPrimaryKeyConstraintNameConversionType property.
139:             * 
140:             * @param value
141:             *     allowed object is
142:             *     {@link java.lang.String}
143:             */
144:            void setAssociationPrimaryKeyConstraintNameConversionType(
145:                    java.lang.String value);
146:
147:            /**
148:             * Gets the value of the entityTableNamePrefix property.
149:             * 
150:             * @return
151:             *     possible object is
152:             *     {@link java.lang.String}
153:             */
154:            java.lang.String getEntityTableNamePrefix();
155:
156:            /**
157:             * Sets the value of the entityTableNamePrefix property.
158:             * 
159:             * @param value
160:             *     allowed object is
161:             *     {@link java.lang.String}
162:             */
163:            void setEntityTableNamePrefix(java.lang.String value);
164:
165:            /**
166:             * Gets the value of the referenceWeightColumnName property.
167:             * 
168:             * @return
169:             *     possible object is
170:             *     {@link java.lang.String}
171:             */
172:            java.lang.String getReferenceWeightColumnName();
173:
174:            /**
175:             * Sets the value of the referenceWeightColumnName property.
176:             * 
177:             * @param value
178:             *     allowed object is
179:             *     {@link java.lang.String}
180:             */
181:            void setReferenceWeightColumnName(java.lang.String value);
182:
183:            /**
184:             * Gets the value of the associationTableNameSuffix property.
185:             * 
186:             * @return
187:             *     possible object is
188:             *     {@link java.lang.String}
189:             */
190:            java.lang.String getAssociationTableNameSuffix();
191:
192:            /**
193:             * Sets the value of the associationTableNameSuffix property.
194:             * 
195:             * @param value
196:             *     allowed object is
197:             *     {@link java.lang.String}
198:             */
199:            void setAssociationTableNameSuffix(java.lang.String value);
200:
201:            /**
202:             * Gets the value of the attributeColumnNameConversionType property.
203:             * 
204:             * @return
205:             *     possible object is
206:             *     {@link java.lang.String}
207:             */
208:            java.lang.String getAttributeColumnNameConversionType();
209:
210:            /**
211:             * Sets the value of the attributeColumnNameConversionType property.
212:             * 
213:             * @param value
214:             *     allowed object is
215:             *     {@link java.lang.String}
216:             */
217:            void setAttributeColumnNameConversionType(java.lang.String value);
218:
219:            /**
220:             * Gets the value of the associationRoleColumnNamePrefix property.
221:             * 
222:             * @return
223:             *     possible object is
224:             *     {@link java.lang.String}
225:             */
226:            java.lang.String getAssociationRoleColumnNamePrefix();
227:
228:            /**
229:             * Sets the value of the associationRoleColumnNamePrefix property.
230:             * 
231:             * @param value
232:             *     allowed object is
233:             *     {@link java.lang.String}
234:             */
235:            void setAssociationRoleColumnNamePrefix(java.lang.String value);
236:
237:            /**
238:             * Gets the value of the referencePrimaryKeyConstraintNameSuffix property.
239:             * 
240:             * @return
241:             *     possible object is
242:             *     {@link java.lang.String}
243:             */
244:            java.lang.String getReferencePrimaryKeyConstraintNameSuffix();
245:
246:            /**
247:             * Sets the value of the referencePrimaryKeyConstraintNameSuffix property.
248:             * 
249:             * @param value
250:             *     allowed object is
251:             *     {@link java.lang.String}
252:             */
253:            void setReferencePrimaryKeyConstraintNameSuffix(
254:                    java.lang.String value);
255:
256:            /**
257:             * Gets the value of the referenceWeightConstraintNameConversionType property.
258:             * 
259:             * @return
260:             *     possible object is
261:             *     {@link java.lang.String}
262:             */
263:            java.lang.String getReferenceWeightConstraintNameConversionType();
264:
265:            /**
266:             * Sets the value of the referenceWeightConstraintNameConversionType property.
267:             * 
268:             * @param value
269:             *     allowed object is
270:             *     {@link java.lang.String}
271:             */
272:            void setReferenceWeightConstraintNameConversionType(
273:                    java.lang.String value);
274:
275:            /**
276:             * Gets the value of the entityPrimaryKeyConstraintNameSuffix property.
277:             * 
278:             * @return
279:             *     possible object is
280:             *     {@link java.lang.String}
281:             */
282:            java.lang.String getEntityPrimaryKeyConstraintNameSuffix();
283:
284:            /**
285:             * Sets the value of the entityPrimaryKeyConstraintNameSuffix property.
286:             * 
287:             * @param value
288:             *     allowed object is
289:             *     {@link java.lang.String}
290:             */
291:            void setEntityPrimaryKeyConstraintNameSuffix(java.lang.String value);
292:
293:            /**
294:             * Absolute maximum number of characters the column name might be in this technology
295:             * 
296:             */
297:            int getMaxColumnNameLength();
298:
299:            /**
300:             * Absolute maximum number of characters the column name might be in this technology
301:             * 
302:             */
303:            void setMaxColumnNameLength(int value);
304:
305:            /**
306:             * Gets the value of the referenceTableNameSuffix property.
307:             * 
308:             * @return
309:             *     possible object is
310:             *     {@link java.lang.String}
311:             */
312:            java.lang.String getReferenceTableNameSuffix();
313:
314:            /**
315:             * Sets the value of the referenceTableNameSuffix property.
316:             * 
317:             * @param value
318:             *     allowed object is
319:             *     {@link java.lang.String}
320:             */
321:            void setReferenceTableNameSuffix(java.lang.String value);
322:
323:            /**
324:             * Gets the value of the entityTableNameConversionType property.
325:             * 
326:             * @return
327:             *     possible object is
328:             *     {@link java.lang.String}
329:             */
330:            java.lang.String getEntityTableNameConversionType();
331:
332:            /**
333:             * Sets the value of the entityTableNameConversionType property.
334:             * 
335:             * @param value
336:             *     allowed object is
337:             *     {@link java.lang.String}
338:             */
339:            void setEntityTableNameConversionType(java.lang.String value);
340:
341:            /**
342:             * Gets the value of the associationPrimaryKeyConstraintNameSuffix property.
343:             * 
344:             * @return
345:             *     possible object is
346:             *     {@link java.lang.String}
347:             */
348:            java.lang.String getAssociationPrimaryKeyConstraintNameSuffix();
349:
350:            /**
351:             * Sets the value of the associationPrimaryKeyConstraintNameSuffix property.
352:             * 
353:             * @param value
354:             *     allowed object is
355:             *     {@link java.lang.String}
356:             */
357:            void setAssociationPrimaryKeyConstraintNameSuffix(
358:                    java.lang.String value);
359:
360:            /**
361:             * Gets the value of the entityAttributeRefConstraintNameSuffix property.
362:             * 
363:             * @return
364:             *     possible object is
365:             *     {@link java.lang.String}
366:             */
367:            java.lang.String getEntityAttributeRefConstraintNameSuffix();
368:
369:            /**
370:             * Sets the value of the entityAttributeRefConstraintNameSuffix property.
371:             * 
372:             * @param value
373:             *     allowed object is
374:             *     {@link java.lang.String}
375:             */
376:            void setEntityAttributeRefConstraintNameSuffix(
377:                    java.lang.String value);
378:
379:            /**
380:             * Gets the value of the associationRoleColumnNameSuffix property.
381:             * 
382:             * @return
383:             *     possible object is
384:             *     {@link java.lang.String}
385:             */
386:            java.lang.String getAssociationRoleColumnNameSuffix();
387:
388:            /**
389:             * Sets the value of the associationRoleColumnNameSuffix property.
390:             * 
391:             * @param value
392:             *     allowed object is
393:             *     {@link java.lang.String}
394:             */
395:            void setAssociationRoleColumnNameSuffix(java.lang.String value);
396:
397:            /**
398:             * Gets the value of the referenceDescriptionColumnName property.
399:             * 
400:             * @return
401:             *     possible object is
402:             *     {@link java.lang.String}
403:             */
404:            java.lang.String getReferenceDescriptionColumnName();
405:
406:            /**
407:             * Sets the value of the referenceDescriptionColumnName property.
408:             * 
409:             * @param value
410:             *     allowed object is
411:             *     {@link java.lang.String}
412:             */
413:            void setReferenceDescriptionColumnName(java.lang.String value);
414:
415:            /**
416:             * Gets the value of the referenceWeightConstraintNamePrefix property.
417:             * 
418:             * @return
419:             *     possible object is
420:             *     {@link java.lang.String}
421:             */
422:            java.lang.String getReferenceWeightConstraintNamePrefix();
423:
424:            /**
425:             * Sets the value of the referenceWeightConstraintNamePrefix property.
426:             * 
427:             * @param value
428:             *     allowed object is
429:             *     {@link java.lang.String}
430:             */
431:            void setReferenceWeightConstraintNamePrefix(java.lang.String value);
432:
433:            /**
434:             * Gets the value of the entityPrimaryKeyConstraintNameConversionType property.
435:             * 
436:             * @return
437:             *     possible object is
438:             *     {@link java.lang.String}
439:             */
440:            java.lang.String getEntityPrimaryKeyConstraintNameConversionType();
441:
442:            /**
443:             * Sets the value of the entityPrimaryKeyConstraintNameConversionType property.
444:             * 
445:             * @param value
446:             *     allowed object is
447:             *     {@link java.lang.String}
448:             */
449:            void setEntityPrimaryKeyConstraintNameConversionType(
450:                    java.lang.String value);
451:
452:            /**
453:             * Absolute maximum number of characters the table name might be in this technology
454:             * 
455:             */
456:            int getMaxTableNameLength();
457:
458:            /**
459:             * Absolute maximum number of characters the table name might be in this technology
460:             * 
461:             */
462:            void setMaxTableNameLength(int value);
463:
464:            /**
465:             * Gets the value of the associationRoleReferentialConstraintNameSuffix property.
466:             * 
467:             * @return
468:             *     possible object is
469:             *     {@link java.lang.String}
470:             */
471:            java.lang.String getAssociationRoleReferentialConstraintNameSuffix();
472:
473:            /**
474:             * Sets the value of the associationRoleReferentialConstraintNameSuffix property.
475:             * 
476:             * @param value
477:             *     allowed object is
478:             *     {@link java.lang.String}
479:             */
480:            void setAssociationRoleReferentialConstraintNameSuffix(
481:                    java.lang.String value);
482:
483:            /**
484:             * Gets the value of the referenceTableNamePrefix property.
485:             * 
486:             * @return
487:             *     possible object is
488:             *     {@link java.lang.String}
489:             */
490:            java.lang.String getReferenceTableNamePrefix();
491:
492:            /**
493:             * Sets the value of the referenceTableNamePrefix property.
494:             * 
495:             * @param value
496:             *     allowed object is
497:             *     {@link java.lang.String}
498:             */
499:            void setReferenceTableNamePrefix(java.lang.String value);
500:
501:            /**
502:             * Gets the value of the entityAttributeRefConstraintNamePrefix property.
503:             * 
504:             * @return
505:             *     possible object is
506:             *     {@link java.lang.String}
507:             */
508:            java.lang.String getEntityAttributeRefConstraintNamePrefix();
509:
510:            /**
511:             * Sets the value of the entityAttributeRefConstraintNamePrefix property.
512:             * 
513:             * @param value
514:             *     allowed object is
515:             *     {@link java.lang.String}
516:             */
517:            void setEntityAttributeRefConstraintNamePrefix(
518:                    java.lang.String value);
519:
520:            /**
521:             * Gets the value of the entityPrimaryKeyConstraintNamePrefix property.
522:             * 
523:             * @return
524:             *     possible object is
525:             *     {@link java.lang.String}
526:             */
527:            java.lang.String getEntityPrimaryKeyConstraintNamePrefix();
528:
529:            /**
530:             * Sets the value of the entityPrimaryKeyConstraintNamePrefix property.
531:             * 
532:             * @param value
533:             *     allowed object is
534:             *     {@link java.lang.String}
535:             */
536:            void setEntityPrimaryKeyConstraintNamePrefix(java.lang.String value);
537:
538:            /**
539:             * Absolute maximum number of characters the constraint name might be in this technology
540:             * 
541:             */
542:            int getMaxConstraintNameLength();
543:
544:            /**
545:             * Absolute maximum number of characters the constraint name might be in this technology
546:             * 
547:             */
548:            void setMaxConstraintNameLength(int value);
549:
550:            /**
551:             * Gets the value of the associationTableNamePrefix property.
552:             * 
553:             * @return
554:             *     possible object is
555:             *     {@link java.lang.String}
556:             */
557:            java.lang.String getAssociationTableNamePrefix();
558:
559:            /**
560:             * Sets the value of the associationTableNamePrefix property.
561:             * 
562:             * @param value
563:             *     allowed object is
564:             *     {@link java.lang.String}
565:             */
566:            void setAssociationTableNamePrefix(java.lang.String value);
567:
568:            /**
569:             * Gets the value of the entityNaturalPrimaryKeyConstraintNameConversionType property.
570:             * 
571:             * @return
572:             *     possible object is
573:             *     {@link java.lang.String}
574:             */
575:            java.lang.String getEntityNaturalPrimaryKeyConstraintNameConversionType();
576:
577:            /**
578:             * Sets the value of the entityNaturalPrimaryKeyConstraintNameConversionType property.
579:             * 
580:             * @param value
581:             *     allowed object is
582:             *     {@link java.lang.String}
583:             */
584:            void setEntityNaturalPrimaryKeyConstraintNameConversionType(
585:                    java.lang.String value);
586:
587:            /**
588:             * Gets the value of the attributeColumnNamePrefix property.
589:             * 
590:             * @return
591:             *     possible object is
592:             *     {@link java.lang.String}
593:             */
594:            java.lang.String getAttributeColumnNamePrefix();
595:
596:            /**
597:             * Sets the value of the attributeColumnNamePrefix property.
598:             * 
599:             * @param value
600:             *     allowed object is
601:             *     {@link java.lang.String}
602:             */
603:            void setAttributeColumnNamePrefix(java.lang.String value);
604:
605:            /**
606:             * Gets the value of the associationRoleColumnNameConversionType property.
607:             * 
608:             * @return
609:             *     possible object is
610:             *     {@link java.lang.String}
611:             */
612:            java.lang.String getAssociationRoleColumnNameConversionType();
613:
614:            /**
615:             * Sets the value of the associationRoleColumnNameConversionType property.
616:             * 
617:             * @param value
618:             *     allowed object is
619:             *     {@link java.lang.String}
620:             */
621:            void setAssociationRoleColumnNameConversionType(
622:                    java.lang.String value);
623:
624:            /**
625:             * Gets the value of the entityVersionIdColumnName property.
626:             * 
627:             * @return
628:             *     possible object is
629:             *     {@link java.lang.String}
630:             */
631:            java.lang.String getEntityVersionIdColumnName();
632:
633:            /**
634:             * Sets the value of the entityVersionIdColumnName property.
635:             * 
636:             * @param value
637:             *     allowed object is
638:             *     {@link java.lang.String}
639:             */
640:            void setEntityVersionIdColumnName(java.lang.String value);
641:
642:            /**
643:             * Gets the value of the entityAttributeRefConstraintNameConversionType property.
644:             * 
645:             * @return
646:             *     possible object is
647:             *     {@link java.lang.String}
648:             */
649:            java.lang.String getEntityAttributeRefConstraintNameConversionType();
650:
651:            /**
652:             * Sets the value of the entityAttributeRefConstraintNameConversionType property.
653:             * 
654:             * @param value
655:             *     allowed object is
656:             *     {@link java.lang.String}
657:             */
658:            void setEntityAttributeRefConstraintNameConversionType(
659:                    java.lang.String value);
660:
661:            /**
662:             * Gets the value of the associationRoleReferentialConstraintNameConversionType property.
663:             * 
664:             * @return
665:             *     possible object is
666:             *     {@link java.lang.String}
667:             */
668:            java.lang.String getAssociationRoleReferentialConstraintNameConversionType();
669:
670:            /**
671:             * Sets the value of the associationRoleReferentialConstraintNameConversionType property.
672:             * 
673:             * @param value
674:             *     allowed object is
675:             *     {@link java.lang.String}
676:             */
677:            void setAssociationRoleReferentialConstraintNameConversionType(
678:                    java.lang.String value);
679:
680:            /**
681:             * Gets the value of the entityNaturalPrimaryKeyConstraintNamePrefix property.
682:             * 
683:             * @return
684:             *     possible object is
685:             *     {@link java.lang.String}
686:             */
687:            java.lang.String getEntityNaturalPrimaryKeyConstraintNamePrefix();
688:
689:            /**
690:             * Sets the value of the entityNaturalPrimaryKeyConstraintNamePrefix property.
691:             * 
692:             * @param value
693:             *     allowed object is
694:             *     {@link java.lang.String}
695:             */
696:            void setEntityNaturalPrimaryKeyConstraintNamePrefix(
697:                    java.lang.String value);
698:
699:            /**
700:             * Gets the value of the entityTableNameSuffix property.
701:             * 
702:             * @return
703:             *     possible object is
704:             *     {@link java.lang.String}
705:             */
706:            java.lang.String getEntityTableNameSuffix();
707:
708:            /**
709:             * Sets the value of the entityTableNameSuffix property.
710:             * 
711:             * @param value
712:             *     allowed object is
713:             *     {@link java.lang.String}
714:             */
715:            void setEntityTableNameSuffix(java.lang.String value);
716:
717:            /**
718:             * Gets the value of the referencePrimaryKeyConstraintNamePrefix property.
719:             * 
720:             * @return
721:             *     possible object is
722:             *     {@link java.lang.String}
723:             */
724:            java.lang.String getReferencePrimaryKeyConstraintNamePrefix();
725:
726:            /**
727:             * Sets the value of the referencePrimaryKeyConstraintNamePrefix property.
728:             * 
729:             * @param value
730:             *     allowed object is
731:             *     {@link java.lang.String}
732:             */
733:            void setReferencePrimaryKeyConstraintNamePrefix(
734:                    java.lang.String value);
735:
736:            /**
737:             * Gets the value of the referenceTableNameConversionType property.
738:             * 
739:             * @return
740:             *     possible object is
741:             *     {@link java.lang.String}
742:             */
743:            java.lang.String getReferenceTableNameConversionType();
744:
745:            /**
746:             * Sets the value of the referenceTableNameConversionType property.
747:             * 
748:             * @param value
749:             *     allowed object is
750:             *     {@link java.lang.String}
751:             */
752:            void setReferenceTableNameConversionType(java.lang.String value);
753:
754:            /**
755:             * Gets the value of the entityInstanceIdColumnName property.
756:             * 
757:             * @return
758:             *     possible object is
759:             *     {@link java.lang.String}
760:             */
761:            java.lang.String getEntityInstanceIdColumnName();
762:
763:            /**
764:             * Sets the value of the entityInstanceIdColumnName property.
765:             * 
766:             * @param value
767:             *     allowed object is
768:             *     {@link java.lang.String}
769:             */
770:            void setEntityInstanceIdColumnName(java.lang.String value);
771:
772:            /**
773:             * Gets the value of the entityStateColumnName property.
774:             * 
775:             * @return
776:             *     possible object is
777:             *     {@link java.lang.String}
778:             */
779:            java.lang.String getEntityStateColumnName();
780:
781:            /**
782:             * Sets the value of the entityStateColumnName property.
783:             * 
784:             * @param value
785:             *     allowed object is
786:             *     {@link java.lang.String}
787:             */
788:            void setEntityStateColumnName(java.lang.String value);
789:
790:            /**
791:             * Gets the value of the referencePrimaryKeyConstraintNameConversionType property.
792:             * 
793:             * @return
794:             *     possible object is
795:             *     {@link java.lang.String}
796:             */
797:            java.lang.String getReferencePrimaryKeyConstraintNameConversionType();
798:
799:            /**
800:             * Sets the value of the referencePrimaryKeyConstraintNameConversionType property.
801:             * 
802:             * @param value
803:             *     allowed object is
804:             *     {@link java.lang.String}
805:             */
806:            void setReferencePrimaryKeyConstraintNameConversionType(
807:                    java.lang.String value);
808:
809:            /**
810:             * Gets the value of the associationRoleReferentialConstraintNamePrefix property.
811:             * 
812:             * @return
813:             *     possible object is
814:             *     {@link java.lang.String}
815:             */
816:            java.lang.String getAssociationRoleReferentialConstraintNamePrefix();
817:
818:            /**
819:             * Sets the value of the associationRoleReferentialConstraintNamePrefix property.
820:             * 
821:             * @param value
822:             *     allowed object is
823:             *     {@link java.lang.String}
824:             */
825:            void setAssociationRoleReferentialConstraintNamePrefix(
826:                    java.lang.String value);
827:
828:            /**
829:             * Gets the value of the referenceValueColumnName property.
830:             * 
831:             * @return
832:             *     possible object is
833:             *     {@link java.lang.String}
834:             */
835:            java.lang.String getReferenceValueColumnName();
836:
837:            /**
838:             * Sets the value of the referenceValueColumnName property.
839:             * 
840:             * @param value
841:             *     allowed object is
842:             *     {@link java.lang.String}
843:             */
844:            void setReferenceValueColumnName(java.lang.String value);
845:
846:            /**
847:             * Gets the value of the referenceWeightConstraintNameSuffix property.
848:             * 
849:             * @return
850:             *     possible object is
851:             *     {@link java.lang.String}
852:             */
853:            java.lang.String getReferenceWeightConstraintNameSuffix();
854:
855:            /**
856:             * Sets the value of the referenceWeightConstraintNameSuffix property.
857:             * 
858:             * @param value
859:             *     allowed object is
860:             *     {@link java.lang.String}
861:             */
862:            void setReferenceWeightConstraintNameSuffix(java.lang.String value);
863:
864:            /**
865:             * Gets the value of the entityNaturalPrimaryKeyConstraintNameSuffix property.
866:             * 
867:             * @return
868:             *     possible object is
869:             *     {@link java.lang.String}
870:             */
871:            java.lang.String getEntityNaturalPrimaryKeyConstraintNameSuffix();
872:
873:            /**
874:             * Sets the value of the entityNaturalPrimaryKeyConstraintNameSuffix property.
875:             * 
876:             * @param value
877:             *     allowed object is
878:             *     {@link java.lang.String}
879:             */
880:            void setEntityNaturalPrimaryKeyConstraintNameSuffix(
881:                    java.lang.String value);
882:
883:        }
w_ww.__j_a___va__2___s__.___c_o_m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.