001: package com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel;
002:
003: /**
004: * RelationalStorageTechnology object instance interface.
005: */
006: public interface RelationalStorageTechnology
007: extends
008: com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.StorageTechnology {
009: /**
010: * @param pDomain
011: * @return
012: */
013: public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.DomainRelationalStorageDefinition getDomainImplementationDefinition(
014: com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Domain pDomain);
015:
016: /**
017: * @param pDomain
018: * @return
019: */
020: public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.DomainRelationalStorageDefinition findDomainImplementationDefinition(
021: com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Domain pDomain);
022:
023: /**
024: * Returns the value of attribute maxTableNameLength.
025: * @return Value of attribute maxTableNameLength.
026: */
027: public int getMaxTableNameLength();
028:
029: /**
030: * Sets the value of maxTableNameLength attribute. See {@link #getMaxTableNameLength}
031: * for description on the attribute.
032: * @param newValue New value to be set.
033: */
034: public void setMaxTableNameLength(int newValue);
035:
036: /**
037: * Returns the value of attribute associationTableNameConversionType.
038: * @return Value of attribute associationTableNameConversionType.
039: */
040: public com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType getAssociationTableNameConversionType();
041:
042: /**
043: * Sets the value of associationTableNameConversionType attribute. See {@link
044: * #getAssociationTableNameConversionType} for description on the attribute.
045: * @param newValue New value to be set.
046: */
047: public void setAssociationTableNameConversionType(
048: com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType newValue);
049:
050: /**
051: * Returns the value of attribute associationTableNamePrefix.
052: * @return Value of attribute associationTableNamePrefix.
053: */
054: public java.lang.String getAssociationTableNamePrefix();
055:
056: /**
057: * Sets the value of associationTableNamePrefix attribute. See {@link #getAssociationTableNamePrefix}
058: * for description on the attribute.
059: * @param newValue New value to be set.
060: */
061: public void setAssociationTableNamePrefix(java.lang.String newValue);
062:
063: /**
064: * Returns the value of attribute associationTableNameSuffix.
065: * @return Value of attribute associationTableNameSuffix.
066: */
067: public java.lang.String getAssociationTableNameSuffix();
068:
069: /**
070: * Sets the value of associationTableNameSuffix attribute. See {@link #getAssociationTableNameSuffix}
071: * for description on the attribute.
072: * @param newValue New value to be set.
073: */
074: public void setAssociationTableNameSuffix(java.lang.String newValue);
075:
076: /**
077: * Returns the value of attribute entityTableNameConversionType.
078: * @return Value of attribute entityTableNameConversionType.
079: */
080: public com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType getEntityTableNameConversionType();
081:
082: /**
083: * Sets the value of entityTableNameConversionType attribute. See {@link #getEntityTableNameConversionType}
084: * for description on the attribute.
085: * @param newValue New value to be set.
086: */
087: public void setEntityTableNameConversionType(
088: com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType newValue);
089:
090: /**
091: * Returns the value of attribute entityTableNamePrefix.
092: * @return Value of attribute entityTableNamePrefix.
093: */
094: public java.lang.String getEntityTableNamePrefix();
095:
096: /**
097: * Sets the value of entityTableNamePrefix attribute. See {@link #getEntityTableNamePrefix}
098: * for description on the attribute.
099: * @param newValue New value to be set.
100: */
101: public void setEntityTableNamePrefix(java.lang.String newValue);
102:
103: /**
104: * Returns the value of attribute entityTableNameSuffix.
105: * @return Value of attribute entityTableNameSuffix.
106: */
107: public java.lang.String getEntityTableNameSuffix();
108:
109: /**
110: * Sets the value of entityTableNameSuffix attribute. See {@link #getEntityTableNameSuffix}
111: * for description on the attribute.
112: * @param newValue New value to be set.
113: */
114: public void setEntityTableNameSuffix(java.lang.String newValue);
115:
116: /**
117: * Returns the value of attribute referenceTableNameConversionType.
118: * @return Value of attribute referenceTableNameConversionType.
119: */
120: public com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType getReferenceTableNameConversionType();
121:
122: /**
123: * Sets the value of referenceTableNameConversionType attribute. See {@link
124: * #getReferenceTableNameConversionType} for description on the attribute.
125: * @param newValue New value to be set.
126: */
127: public void setReferenceTableNameConversionType(
128: com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType newValue);
129:
130: /**
131: * Returns the value of attribute referenceTableNamePrefix.
132: * @return Value of attribute referenceTableNamePrefix.
133: */
134: public java.lang.String getReferenceTableNamePrefix();
135:
136: /**
137: * Sets the value of referenceTableNamePrefix attribute. See {@link #getReferenceTableNamePrefix}
138: * for description on the attribute.
139: * @param newValue New value to be set.
140: */
141: public void setReferenceTableNamePrefix(java.lang.String newValue);
142:
143: /**
144: * Returns the value of attribute referenceTableNameSuffix.
145: * @return Value of attribute referenceTableNameSuffix.
146: */
147: public java.lang.String getReferenceTableNameSuffix();
148:
149: /**
150: * Sets the value of referenceTableNameSuffix attribute. See {@link #getReferenceTableNameSuffix}
151: * for description on the attribute.
152: * @param newValue New value to be set.
153: */
154: public void setReferenceTableNameSuffix(java.lang.String newValue);
155:
156: /**
157: * Returns the value of attribute maxColumnNameLength.
158: * @return Value of attribute maxColumnNameLength.
159: */
160: public int getMaxColumnNameLength();
161:
162: /**
163: * Sets the value of maxColumnNameLength attribute. See {@link #getMaxColumnNameLength}
164: * for description on the attribute.
165: * @param newValue New value to be set.
166: */
167: public void setMaxColumnNameLength(int newValue);
168:
169: /**
170: * Returns the value of attribute attributeColumnNameConversionType.
171: * @return Value of attribute attributeColumnNameConversionType.
172: */
173: public com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType getAttributeColumnNameConversionType();
174:
175: /**
176: * Sets the value of attributeColumnNameConversionType attribute. See {@link
177: * #getAttributeColumnNameConversionType} for description on the attribute.
178: * @param newValue New value to be set.
179: */
180: public void setAttributeColumnNameConversionType(
181: com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType newValue);
182:
183: /**
184: * Returns the value of attribute attributeColumnNamePrefix.
185: * @return Value of attribute attributeColumnNamePrefix.
186: */
187: public java.lang.String getAttributeColumnNamePrefix();
188:
189: /**
190: * Sets the value of attributeColumnNamePrefix attribute. See {@link #getAttributeColumnNamePrefix}
191: * for description on the attribute.
192: * @param newValue New value to be set.
193: */
194: public void setAttributeColumnNamePrefix(java.lang.String newValue);
195:
196: /**
197: * Returns the value of attribute attributeColumnNameSuffix.
198: * @return Value of attribute attributeColumnNameSuffix.
199: */
200: public java.lang.String getAttributeColumnNameSuffix();
201:
202: /**
203: * Sets the value of attributeColumnNameSuffix attribute. See {@link #getAttributeColumnNameSuffix}
204: * for description on the attribute.
205: * @param newValue New value to be set.
206: */
207: public void setAttributeColumnNameSuffix(java.lang.String newValue);
208:
209: /**
210: * Returns the value of attribute associationRoleColumnNameConversionType.
211: * @return Value of attribute associationRoleColumnNameConversionType.
212: */
213: public com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType getAssociationRoleColumnNameConversionType();
214:
215: /**
216: * Sets the value of associationRoleColumnNameConversionType attribute. See
217: * {@link #getAssociationRoleColumnNameConversionType} for description on
218: * the attribute.
219: * @param newValue New value to be set.
220: */
221: public void setAssociationRoleColumnNameConversionType(
222: com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType newValue);
223:
224: /**
225: * Returns the value of attribute associationRoleColumnNamePrefix.
226: * @return Value of attribute associationRoleColumnNamePrefix.
227: */
228: public java.lang.String getAssociationRoleColumnNamePrefix();
229:
230: /**
231: * Sets the value of associationRoleColumnNamePrefix attribute. See {@link
232: * #getAssociationRoleColumnNamePrefix} for description on the attribute.
233: * @param newValue New value to be set.
234: */
235: public void setAssociationRoleColumnNamePrefix(
236: java.lang.String newValue);
237:
238: /**
239: * Returns the value of attribute associationRoleColumnNameSuffix.
240: * @return Value of attribute associationRoleColumnNameSuffix.
241: */
242: public java.lang.String getAssociationRoleColumnNameSuffix();
243:
244: /**
245: * Sets the value of associationRoleColumnNameSuffix attribute. See {@link
246: * #getAssociationRoleColumnNameSuffix} for description on the attribute.
247: * @param newValue New value to be set.
248: */
249: public void setAssociationRoleColumnNameSuffix(
250: java.lang.String newValue);
251:
252: /**
253: * Returns the value of attribute entityInstanceIdColumnName.
254: * @return Value of attribute entityInstanceIdColumnName.
255: */
256: public java.lang.String getEntityInstanceIdColumnName();
257:
258: /**
259: * Sets the value of entityInstanceIdColumnName attribute. See {@link #getEntityInstanceIdColumnName}
260: * for description on the attribute.
261: * @param newValue New value to be set.
262: */
263: public void setEntityInstanceIdColumnName(java.lang.String newValue);
264:
265: /**
266: * Returns the value of attribute entityVersionIdColumnName.
267: * @return Value of attribute entityVersionIdColumnName.
268: */
269: public java.lang.String getEntityVersionIdColumnName();
270:
271: /**
272: * Sets the value of entityVersionIdColumnName attribute. See {@link #getEntityVersionIdColumnName}
273: * for description on the attribute.
274: * @param newValue New value to be set.
275: */
276: public void setEntityVersionIdColumnName(java.lang.String newValue);
277:
278: /**
279: * Returns the value of attribute entityStateColumnName.
280: * @return Value of attribute entityStateColumnName.
281: */
282: public java.lang.String getEntityStateColumnName();
283:
284: /**
285: * Sets the value of entityStateColumnName attribute. See {@link #getEntityStateColumnName}
286: * for description on the attribute.
287: * @param newValue New value to be set.
288: */
289: public void setEntityStateColumnName(java.lang.String newValue);
290:
291: /**
292: * Returns the value of attribute referenceValueColumnName.
293: * @return Value of attribute referenceValueColumnName.
294: */
295: public java.lang.String getReferenceValueColumnName();
296:
297: /**
298: * Sets the value of referenceValueColumnName attribute. See {@link #getReferenceValueColumnName}
299: * for description on the attribute.
300: * @param newValue New value to be set.
301: */
302: public void setReferenceValueColumnName(java.lang.String newValue);
303:
304: /**
305: * Returns the value of attribute referenceDescriptionColumnName.
306: * @return Value of attribute referenceDescriptionColumnName.
307: */
308: public java.lang.String getReferenceDescriptionColumnName();
309:
310: /**
311: * Sets the value of referenceDescriptionColumnName attribute. See {@link
312: * #getReferenceDescriptionColumnName} for description on the attribute.
313: * @param newValue New value to be set.
314: */
315: public void setReferenceDescriptionColumnName(
316: java.lang.String newValue);
317:
318: /**
319: * Returns the value of attribute referenceWeightColumnName.
320: * @return Value of attribute referenceWeightColumnName.
321: */
322: public java.lang.String getReferenceWeightColumnName();
323:
324: /**
325: * Sets the value of referenceWeightColumnName attribute. See {@link #getReferenceWeightColumnName}
326: * for description on the attribute.
327: * @param newValue New value to be set.
328: */
329: public void setReferenceWeightColumnName(java.lang.String newValue);
330:
331: /**
332: * Returns the value of attribute maxConstraintNameLength.
333: * @return Value of attribute maxConstraintNameLength.
334: */
335: public int getMaxConstraintNameLength();
336:
337: /**
338: * Sets the value of maxConstraintNameLength attribute. See {@link #getMaxConstraintNameLength}
339: * for description on the attribute.
340: * @param newValue New value to be set.
341: */
342: public void setMaxConstraintNameLength(int newValue);
343:
344: /**
345: * Returns the value of attribute associationRoleReferentialConstraintNameConversionType.
346: * @return Value of attribute associationRoleReferentialConstraintNameConversionType.
347: */
348: public com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType getAssociationRoleReferentialConstraintNameConversionType();
349:
350: /**
351: * Sets the value of associationRoleReferentialConstraintNameConversionType
352: * attribute. See {@link #getAssociationRoleReferentialConstraintNameConversionType}
353: * for description on the attribute.
354: * @param newValue New value to be set.
355: */
356: public void setAssociationRoleReferentialConstraintNameConversionType(
357: com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType newValue);
358:
359: /**
360: * Returns the value of attribute associationRoleReferentialConstraintNamePrefix.
361: * @return Value of attribute associationRoleReferentialConstraintNamePrefix.
362: */
363: public java.lang.String getAssociationRoleReferentialConstraintNamePrefix();
364:
365: /**
366: * Sets the value of associationRoleReferentialConstraintNamePrefix attribute.
367: * See {@link #getAssociationRoleReferentialConstraintNamePrefix} for description
368: * on the attribute.
369: * @param newValue New value to be set.
370: */
371: public void setAssociationRoleReferentialConstraintNamePrefix(
372: java.lang.String newValue);
373:
374: /**
375: * Returns the value of attribute associationRoleReferentialConstraintNameSuffix.
376: * @return Value of attribute associationRoleReferentialConstraintNameSuffix.
377: */
378: public java.lang.String getAssociationRoleReferentialConstraintNameSuffix();
379:
380: /**
381: * Sets the value of associationRoleReferentialConstraintNameSuffix attribute.
382: * See {@link #getAssociationRoleReferentialConstraintNameSuffix} for description
383: * on the attribute.
384: * @param newValue New value to be set.
385: */
386: public void setAssociationRoleReferentialConstraintNameSuffix(
387: java.lang.String newValue);
388:
389: /**
390: * Returns the value of attribute associationPrimaryKeyConstraintNameConversionType.
391: * @return Value of attribute associationPrimaryKeyConstraintNameConversionType.
392: */
393: public com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType getAssociationPrimaryKeyConstraintNameConversionType();
394:
395: /**
396: * Sets the value of associationPrimaryKeyConstraintNameConversionType attribute.
397: * See {@link #getAssociationPrimaryKeyConstraintNameConversionType} for description
398: * on the attribute.
399: * @param newValue New value to be set.
400: */
401: public void setAssociationPrimaryKeyConstraintNameConversionType(
402: com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType newValue);
403:
404: /**
405: * Returns the value of attribute associationPrimaryKeyConstraintNamePrefix.
406: * @return Value of attribute associationPrimaryKeyConstraintNamePrefix.
407: */
408: public java.lang.String getAssociationPrimaryKeyConstraintNamePrefix();
409:
410: /**
411: * Sets the value of associationPrimaryKeyConstraintNamePrefix attribute.
412: * See {@link #getAssociationPrimaryKeyConstraintNamePrefix} for description
413: * on the attribute.
414: * @param newValue New value to be set.
415: */
416: public void setAssociationPrimaryKeyConstraintNamePrefix(
417: java.lang.String newValue);
418:
419: /**
420: * Returns the value of attribute associationPrimaryKeyConstraintNameSuffix.
421: * @return Value of attribute associationPrimaryKeyConstraintNameSuffix.
422: */
423: public java.lang.String getAssociationPrimaryKeyConstraintNameSuffix();
424:
425: /**
426: * Sets the value of associationPrimaryKeyConstraintNameSuffix attribute.
427: * See {@link #getAssociationPrimaryKeyConstraintNameSuffix} for description
428: * on the attribute.
429: * @param newValue New value to be set.
430: */
431: public void setAssociationPrimaryKeyConstraintNameSuffix(
432: java.lang.String newValue);
433:
434: /**
435: * Returns the value of attribute entityPrimaryKeyConstraintNameConversionType.
436: * @return Value of attribute entityPrimaryKeyConstraintNameConversionType.
437: */
438: public com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType getEntityPrimaryKeyConstraintNameConversionType();
439:
440: /**
441: * Sets the value of entityPrimaryKeyConstraintNameConversionType attribute.
442: * See {@link #getEntityPrimaryKeyConstraintNameConversionType} for description
443: * on the attribute.
444: * @param newValue New value to be set.
445: */
446: public void setEntityPrimaryKeyConstraintNameConversionType(
447: com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType newValue);
448:
449: /**
450: * Returns the value of attribute entityPrimaryKeyConstraintNamePrefix.
451: * @return Value of attribute entityPrimaryKeyConstraintNamePrefix.
452: */
453: public java.lang.String getEntityPrimaryKeyConstraintNamePrefix();
454:
455: /**
456: * Sets the value of entityPrimaryKeyConstraintNamePrefix attribute. See {@link
457: * #getEntityPrimaryKeyConstraintNamePrefix} for description on the attribute.
458: * @param newValue New value to be set.
459: */
460: public void setEntityPrimaryKeyConstraintNamePrefix(
461: java.lang.String newValue);
462:
463: /**
464: * Returns the value of attribute entityPrimaryKeyConstraintNameSuffix.
465: * @return Value of attribute entityPrimaryKeyConstraintNameSuffix.
466: */
467: public java.lang.String getEntityPrimaryKeyConstraintNameSuffix();
468:
469: /**
470: * Sets the value of entityPrimaryKeyConstraintNameSuffix attribute. See {@link
471: * #getEntityPrimaryKeyConstraintNameSuffix} for description on the attribute.
472: * @param newValue New value to be set.
473: */
474: public void setEntityPrimaryKeyConstraintNameSuffix(
475: java.lang.String newValue);
476:
477: /**
478: * Returns the value of attribute entityNaturalPrimaryKeyConstraintNameConversionType.
479: * @return Value of attribute entityNaturalPrimaryKeyConstraintNameConversionType.
480: */
481: public com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType getEntityNaturalPrimaryKeyConstraintNameConversionType();
482:
483: /**
484: * Sets the value of entityNaturalPrimaryKeyConstraintNameConversionType attribute.
485: * See {@link #getEntityNaturalPrimaryKeyConstraintNameConversionType} for
486: * description on the attribute.
487: * @param newValue New value to be set.
488: */
489: public void setEntityNaturalPrimaryKeyConstraintNameConversionType(
490: com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType newValue);
491:
492: /**
493: * Returns the value of attribute entityNaturalPrimaryKeyConstraintNamePrefix.
494: * @return Value of attribute entityNaturalPrimaryKeyConstraintNamePrefix.
495: */
496: public java.lang.String getEntityNaturalPrimaryKeyConstraintNamePrefix();
497:
498: /**
499: * Sets the value of entityNaturalPrimaryKeyConstraintNamePrefix attribute.
500: * See {@link #getEntityNaturalPrimaryKeyConstraintNamePrefix} for description
501: * on the attribute.
502: * @param newValue New value to be set.
503: */
504: public void setEntityNaturalPrimaryKeyConstraintNamePrefix(
505: java.lang.String newValue);
506:
507: /**
508: * Returns the value of attribute entityNaturalPrimaryKeyConstraintNameSuffix.
509: * @return Value of attribute entityNaturalPrimaryKeyConstraintNameSuffix.
510: */
511: public java.lang.String getEntityNaturalPrimaryKeyConstraintNameSuffix();
512:
513: /**
514: * Sets the value of entityNaturalPrimaryKeyConstraintNameSuffix attribute.
515: * See {@link #getEntityNaturalPrimaryKeyConstraintNameSuffix} for description
516: * on the attribute.
517: * @param newValue New value to be set.
518: */
519: public void setEntityNaturalPrimaryKeyConstraintNameSuffix(
520: java.lang.String newValue);
521:
522: /**
523: * Returns the value of attribute entityAttributeRefConstraintNameConversionType.
524: * @return Value of attribute entityAttributeRefConstraintNameConversionType.
525: */
526: public com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType getEntityAttributeRefConstraintNameConversionType();
527:
528: /**
529: * Sets the value of entityAttributeRefConstraintNameConversionType attribute.
530: * See {@link #getEntityAttributeRefConstraintNameConversionType} for description
531: * on the attribute.
532: * @param newValue New value to be set.
533: */
534: public void setEntityAttributeRefConstraintNameConversionType(
535: com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType newValue);
536:
537: /**
538: * Returns the value of attribute entityAttributeRefConstraintNamePrefix.
539: * @return Value of attribute entityAttributeRefConstraintNamePrefix.
540: */
541: public java.lang.String getEntityAttributeRefConstraintNamePrefix();
542:
543: /**
544: * Sets the value of entityAttributeRefConstraintNamePrefix attribute. See
545: * {@link #getEntityAttributeRefConstraintNamePrefix} for description on the
546: * attribute.
547: * @param newValue New value to be set.
548: */
549: public void setEntityAttributeRefConstraintNamePrefix(
550: java.lang.String newValue);
551:
552: /**
553: * Returns the value of attribute entityAttributeRefConstraintNameSuffix.
554: * @return Value of attribute entityAttributeRefConstraintNameSuffix.
555: */
556: public java.lang.String getEntityAttributeRefConstraintNameSuffix();
557:
558: /**
559: * Sets the value of entityAttributeRefConstraintNameSuffix attribute. See
560: * {@link #getEntityAttributeRefConstraintNameSuffix} for description on the
561: * attribute.
562: * @param newValue New value to be set.
563: */
564: public void setEntityAttributeRefConstraintNameSuffix(
565: java.lang.String newValue);
566:
567: /**
568: * Returns the value of attribute referencePrimaryKeyConstraintNameConversionType.
569: * @return Value of attribute referencePrimaryKeyConstraintNameConversionType.
570: */
571: public com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType getReferencePrimaryKeyConstraintNameConversionType();
572:
573: /**
574: * Sets the value of referencePrimaryKeyConstraintNameConversionType attribute.
575: * See {@link #getReferencePrimaryKeyConstraintNameConversionType} for description
576: * on the attribute.
577: * @param newValue New value to be set.
578: */
579: public void setReferencePrimaryKeyConstraintNameConversionType(
580: com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType newValue);
581:
582: /**
583: * Returns the value of attribute referencePrimaryKeyConstraintNamePrefix.
584: * @return Value of attribute referencePrimaryKeyConstraintNamePrefix.
585: */
586: public java.lang.String getReferencePrimaryKeyConstraintNamePrefix();
587:
588: /**
589: * Sets the value of referencePrimaryKeyConstraintNamePrefix attribute. See
590: * {@link #getReferencePrimaryKeyConstraintNamePrefix} for description on
591: * the attribute.
592: * @param newValue New value to be set.
593: */
594: public void setReferencePrimaryKeyConstraintNamePrefix(
595: java.lang.String newValue);
596:
597: /**
598: * Returns the value of attribute referencePrimaryKeyConstraintNameSuffix.
599: * @return Value of attribute referencePrimaryKeyConstraintNameSuffix.
600: */
601: public java.lang.String getReferencePrimaryKeyConstraintNameSuffix();
602:
603: /**
604: * Sets the value of referencePrimaryKeyConstraintNameSuffix attribute. See
605: * {@link #getReferencePrimaryKeyConstraintNameSuffix} for description on
606: * the attribute.
607: * @param newValue New value to be set.
608: */
609: public void setReferencePrimaryKeyConstraintNameSuffix(
610: java.lang.String newValue);
611:
612: /**
613: * Returns the value of attribute referenceWeightConstraintNameConversionType.
614: * @return Value of attribute referenceWeightConstraintNameConversionType.
615: */
616: public com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType getReferenceWeightConstraintNameConversionType();
617:
618: /**
619: * Sets the value of referenceWeightConstraintNameConversionType attribute.
620: * See {@link #getReferenceWeightConstraintNameConversionType} for description
621: * on the attribute.
622: * @param newValue New value to be set.
623: */
624: public void setReferenceWeightConstraintNameConversionType(
625: com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType newValue);
626:
627: /**
628: * Returns the value of attribute referenceWeightConstraintNamePrefix.
629: * @return Value of attribute referenceWeightConstraintNamePrefix.
630: */
631: public java.lang.String getReferenceWeightConstraintNamePrefix();
632:
633: /**
634: * Sets the value of referenceWeightConstraintNamePrefix attribute. See {@link
635: * #getReferenceWeightConstraintNamePrefix} for description on the attribute.
636: * @param newValue New value to be set.
637: */
638: public void setReferenceWeightConstraintNamePrefix(
639: java.lang.String newValue);
640:
641: /**
642: * Returns the value of attribute referenceWeightConstraintNameSuffix.
643: * @return Value of attribute referenceWeightConstraintNameSuffix.
644: */
645: public java.lang.String getReferenceWeightConstraintNameSuffix();
646:
647: /**
648: * Sets the value of referenceWeightConstraintNameSuffix attribute. See {@link
649: * #getReferenceWeightConstraintNameSuffix} for description on the attribute.
650: * @param newValue New value to be set.
651: */
652: public void setReferenceWeightConstraintNameSuffix(
653: java.lang.String newValue);
654:
655: /**
656: * Returns the value of attribute entitySupertypeConstraintNameSuffix.
657: * @return Value of attribute entitySupertypeConstraintNameSuffix.
658: */
659: public java.lang.String getEntitySupertypeConstraintNameSuffix();
660:
661: /**
662: * Sets the value of entitySupertypeConstraintNameSuffix attribute. See {@link
663: * #getEntitySupertypeConstraintNameSuffix} for description on the attribute.
664: * @param newValue New value to be set.
665: */
666: public void setEntitySupertypeConstraintNameSuffix(
667: java.lang.String newValue);
668:
669: /**
670: * Returns the value of attribute entitySupertypeConstraintNamePrefix.
671: * @return Value of attribute entitySupertypeConstraintNamePrefix.
672: */
673: public java.lang.String getEntitySupertypeConstraintNamePrefix();
674:
675: /**
676: * Sets the value of entitySupertypeConstraintNamePrefix attribute. See {@link
677: * #getEntitySupertypeConstraintNamePrefix} for description on the attribute.
678: * @param newValue New value to be set.
679: */
680: public void setEntitySupertypeConstraintNamePrefix(
681: java.lang.String newValue);
682:
683: /**
684: * Returns the value of attribute entitySupertypeConstraintNameConversionType.
685: * @return Value of attribute entitySupertypeConstraintNameConversionType.
686: */
687: public com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType getEntitySupertypeConstraintNameConversionType();
688:
689: /**
690: * Sets the value of entitySupertypeConstraintNameConversionType attribute.
691: * See {@link #getEntitySupertypeConstraintNameConversionType} for description
692: * on the attribute.
693: * @param newValue New value to be set.
694: */
695: public void setEntitySupertypeConstraintNameConversionType(
696: com.metaboss.sdlctools.models.metabossmodel.technologylibrarymodel.NameConversionType newValue);
697:
698: /**
699: * Returns the value of reference domainImplementationsOnTechnology.
700: * @return Value of reference domainImplementationsOnTechnology.
701: */
702: public java.util.Collection getDomainImplementationsOnTechnology();
703: }
|