Uses of Class
com.ibm.di.model.descriptor.ConnectorModesEnum
-
Packages that use ConnectorModesEnum Package Description com.ibm.di.model.descriptor -
-
Uses of ConnectorModesEnum in com.ibm.di.model.descriptor
Fields in com.ibm.di.model.descriptor declared as ConnectorModesEnum Modifier and Type Field Description protected ConnectorModesEnumModeOption. valueMethods in com.ibm.di.model.descriptor that return ConnectorModesEnum Modifier and Type Method Description static ConnectorModesEnumConnectorModesEnum. fromValue(java.lang.String v)ConnectorModesEnumModeOption. getValue()Gets the value of the value property.static ConnectorModesEnumConnectorModesEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConnectorModesEnum[]ConnectorModesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.di.model.descriptor with parameters of type ConnectorModesEnum Modifier and Type Method Description voidModeOption. setValue(ConnectorModesEnum value)Sets the value of the value property.
-