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

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

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

Fields in com.ibm.di.model.descriptor declared as ConnectorModesEnum
protected  ConnectorModesEnum ModeOption.value
           
 

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