Uses of Class
com.ibm.di.model.descriptor.ModeOption
-
Packages that use ModeOption Package Description com.ibm.di.model.descriptor -
-
Uses of ModeOption in com.ibm.di.model.descriptor
Fields in com.ibm.di.model.descriptor with type parameters of type ModeOption Modifier and Type Field Description protected java.util.List<ModeOption>ConnectorDescriptor.SupportedModes. modeMethods in com.ibm.di.model.descriptor that return ModeOption Modifier and Type Method Description ModeOptionObjectFactory. createModeOption()Create an instance ofModeOptionMethods in com.ibm.di.model.descriptor that return types with arguments of type ModeOption Modifier and Type Method Description java.util.List<ModeOption>ConnectorDescriptor.SupportedModes. getMode()Gets the value of the mode property.java.util.List<ModeOption>ConnectorDescriptor. getSupportedModes()Gets the value of the supportedModes property.
-