Uses of Class
com.ibm.di.model.descriptor.UseParserEnum
-
Packages that use UseParserEnum Package Description com.ibm.di.model.descriptor -
-
Uses of UseParserEnum in com.ibm.di.model.descriptor
Fields in com.ibm.di.model.descriptor declared as UseParserEnum Modifier and Type Field Description protected UseParserEnumConnectorDescriptor. useParserMethods in com.ibm.di.model.descriptor that return UseParserEnum Modifier and Type Method Description static UseParserEnumUseParserEnum. fromValue(java.lang.String v)UseParserEnumConnectorDescriptor. getUseParser()Gets the value of the useParser property.static UseParserEnumUseParserEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UseParserEnum[]UseParserEnum. 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 UseParserEnum Modifier and Type Method Description voidConnectorDescriptor. setUseParser(UseParserEnum value)Sets the value of the useParser property.
-