com.ibm.di.model.descriptor
Class ConnectorDescriptor

java.lang.Object
  extended by com.ibm.di.model.descriptor.BaseDescriptor
      extended by com.ibm.di.model.descriptor.ComponentDescriptor
          extended by com.ibm.di.model.descriptor.ConnectorDescriptor
All Implemented Interfaces:
Serializable

public class ConnectorDescriptor
extends ComponentDescriptor

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.ibm.com/xmlns/prod/tdi/71/core}ComponentDescriptor">
       <sequence>
         <element name="supportedModes">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="mode" type="{http://www.ibm.com/xmlns/prod/tdi/71/core}ModeOption" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="useParser" type="{http://www.ibm.com/xmlns/prod/tdi/71/core}UseParserEnum" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class ConnectorDescriptor.SupportedModes
           Java class for anonymous complex type.
 
Field Summary
protected  ConnectorDescriptor.SupportedModes supportedModes
           
protected  UseParserEnum useParser
           
 
Fields inherited from class com.ibm.di.model.descriptor.ComponentDescriptor
description, id, javaClass, name, version
 
Fields inherited from class com.ibm.di.model.descriptor.BaseDescriptor
parameterMapDescriptor
 
Constructor Summary
ConnectorDescriptor()
           
 
Method Summary
 List<ModeOption> getSupportedModes()
          Gets the value of the supportedModes property.
 UseParserEnum getUseParser()
          Gets the value of the useParser property.
 void setUseParser(UseParserEnum value)
          Sets the value of the useParser property.
 
Methods inherited from class com.ibm.di.model.descriptor.ComponentDescriptor
getDescription, getId, getJavaClass, getName, getVersion, setId, setJavaClass, setVersion
 
Methods inherited from class com.ibm.di.model.descriptor.BaseDescriptor
getParameterMapDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supportedModes

protected ConnectorDescriptor.SupportedModes supportedModes

useParser

protected UseParserEnum useParser
Constructor Detail

ConnectorDescriptor

public ConnectorDescriptor()
Method Detail

getSupportedModes

public List<ModeOption> getSupportedModes()
Gets the value of the supportedModes property.

Returns:
possible object is ConnectorDescriptor.SupportedModes

getUseParser

public UseParserEnum getUseParser()
Gets the value of the useParser property.

Returns:
possible object is UseParserEnum

setUseParser

public void setUseParser(UseParserEnum value)
Sets the value of the useParser property.

Parameters:
value - allowed object is UseParserEnum