Uses of Class
com.ibm.di.model.descriptor.UseParserEnum

Packages that use UseParserEnum
com.ibm.di.model.descriptor   
 

Uses of UseParserEnum in com.ibm.di.model.descriptor
 

Fields in com.ibm.di.model.descriptor declared as UseParserEnum
protected  UseParserEnum ConnectorDescriptor.useParser
           
 

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