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