1 7 package Olj; 8 9 import org.eclipse.emf.common.util.EList; 10 11 import org.eclipse.emf.ecore.EObject; 12 13 import org.eclipse.emf.ecore.util.FeatureMap; 14 15 71 public interface LoaderJobType extends EObject { 72 86 FeatureMap getGroup(); 87 88 102 EList getSql(); 103 104 118 EList getDefinitionInclude(); 119 120 134 EList getImportDefinition(); 135 136 150 EList getRestartCounter(); 151 152 166 EList getVariables(); 167 168 182 EList getJdbcDefaultParameters(); 183 184 198 EList getEcho(); 199 200 214 EList getCopyTable(); 215 216 230 String getCommit(); 231 232 240 void setCommit(String value); 241 242 256 String getCommitCount(); 257 258 266 void setCommitCount(String value); 267 268 287 DataCutOffType getDataCutOff(); 288 289 300 void setDataCutOff(DataCutOffType value); 301 302 311 void unsetDataCutOff(); 312 313 323 boolean isSetDataCutOff(); 324 325 339 String getLogClassName(); 340 341 349 void setLogClassName(String value); 350 351 365 String getLogColumnName(); 366 367 375 void setLogColumnName(String value); 376 377 391 String getLogDir(); 392 393 401 void setLogDir(String value); 402 403 417 String getLogFile(); 418 419 427 void setLogFile(String value); 428 429 443 String getLogImportDefinitionName(); 444 445 453 void setLogImportDefinitionName(String value); 454 455 474 LogModeType1 getLogMode(); 475 476 487 void setLogMode(LogModeType1 value); 488 489 498 void unsetLogMode(); 499 500 510 boolean isSetLogMode(); 511 512 526 String getLogNewValue(); 527 528 536 void setLogNewValue(String value); 537 538 552 String getLogOperationName(); 553 554 562 void setLogOperationName(String value); 563 564 578 String getLogOriginalValue(); 579 580 588 void setLogOriginalValue(String value); 589 590 604 String getLogRowNumber(); 605 606 614 void setLogRowNumber(String value); 615 616 630 String getLogTable(); 631 632 640 void setLogTable(String value); 641 642 656 String getLogTableName(); 657 658 666 void setLogTableName(String value); 667 668 682 String getLogTypeName(); 683 684 692 void setLogTypeName(String value); 693 694 708 String getObjectIDAutoCreate(); 709 710 718 void setObjectIDAutoCreate(String value); 719 720 734 String getObjectIDColumnName(); 735 736 744 void setObjectIDColumnName(String value); 745 746 760 String getObjectIDIncrement(); 761 762 770 void setObjectIDIncrement(String value); 771 772 786 String getObjectIDNameColumnName(); 787 788 796 void setObjectIDNameColumnName(String value); 797 798 812 String getObjectIDNameColumnValue(); 813 814 822 void setObjectIDNameColumnValue(String value); 823 824 838 String getObjectIDStartValue(); 839 840 848 void setObjectIDStartValue(String value); 849 850 864 String getObjectIDTableName(); 865 866 874 void setObjectIDTableName(String value); 875 876 890 String getOidLogic(); 891 892 900 void setOidLogic(String value); 901 902 916 String getOnErrorContinue(); 917 918 926 void setOnErrorContinue(String value); 927 928 942 String getPathToLoggerConf(); 943 944 952 void setPathToLoggerConf(String value); 953 954 968 String getReturnCode(); 969 970 978 void setReturnCode(String value); 979 980 999 SetCursorNameType1 getSetCursorName(); 1000 1001 1012 void setSetCursorName(SetCursorNameType1 value); 1013 1014 1023 void unsetSetCursorName(); 1024 1025 1035 boolean isSetSetCursorName(); 1036 1037 1056 SetFetchSizeType getSetFetchSize(); 1057 1058 1069 void setSetFetchSize(SetFetchSizeType value); 1070 1071 1080 void unsetSetFetchSize(); 1081 1082 1092 boolean isSetSetFetchSize(); 1093 1094 1108 String getTableMode(); 1109 1110 1118 void setTableMode(String value); 1119 1120 1134 String getUserID(); 1135 1136 1144 void setUserID(String value); 1145 1146 1160 String getVendorConfig(); 1161 1162 1170 void setVendorConfig(String value); 1171 1172} | Popular Tags |