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 ConnectorModesEnum
ModeOption. value
Methods in com.ibm.di.model.descriptor that return ConnectorModesEnum Modifier and Type Method Description static ConnectorModesEnum
ConnectorModesEnum. fromValue(java.lang.String v)
ConnectorModesEnum
ModeOption. getValue()
Gets the value of the value property.static ConnectorModesEnum
ConnectorModesEnum. 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 void
ModeOption. setValue(ConnectorModesEnum value)
Sets the value of the value property.
-