Uses of Class
com.orchestranetworks.addon.dint.dataconnector.spec.EBXWriteMode
-
Packages that use EBXWriteMode Package Description com.orchestranetworks.addon.dint.dataconnector.spec Provides classes for source and target table specifications. -
-
Uses of EBXWriteMode in com.orchestranetworks.addon.dint.dataconnector.spec
Methods in com.orchestranetworks.addon.dint.dataconnector.spec that return EBXWriteMode Modifier and Type Method Description EBXWriteModeEBXTargetTableSpec. getWriteMode()Returns the EBX write mode.static EBXWriteModeEBXWriteMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EBXWriteMode[]EBXWriteMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.addon.dint.dataconnector.spec with parameters of type EBXWriteMode Modifier and Type Method Description EBXTargetTableSpec.EBXTargetTableSpecBuilderEBXTargetTableSpec.EBXTargetTableSpecBuilder. setWriteMode(EBXWriteMode writeMode)Sets the EBX write mode.
-