com.ibm.di.model.descriptor
Class ModeParameterDescriptor

java.lang.Object
  extended by com.ibm.di.model.descriptor.ParameterDescriptor
      extended by com.ibm.di.model.descriptor.ModeParameterDescriptor
All Implemented Interfaces:
Serializable

public class ModeParameterDescriptor
extends ParameterDescriptor

Java class for ModeParameterDescriptor complex type.

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

 <complexType name="ModeParameterDescriptor">
   <complexContent>
     <extension base="{http://www.ibm.com/xmlns/prod/tdi/71/core}ParameterDescriptor">
       <attribute name="supportedModes" default="all">
         <simpleType>
           <union memberTypes=" {http://www.ibm.com/xmlns/prod/tdi/71/core}ConnectorModesEnum {http://www.ibm.com/xmlns/prod/tdi/71/core}ConnectorModesEnumExt">
           </union>
         </simpleType>
       </attribute>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String supportedModes
           
 
Fields inherited from class com.ibm.di.model.descriptor.ParameterDescriptor
defaultValue, description, hidden, key, label, modes, option, required, section, type
 
Constructor Summary
ModeParameterDescriptor()
           
 
Method Summary
 String getSupportedModes()
          Gets the value of the supportedModes property.
 void setSupportedModes(String value)
          Sets the value of the supportedModes property.
 
Methods inherited from class com.ibm.di.model.descriptor.ParameterDescriptor
getDefaultValue, getDescriptions, getKey, getLabels, getModes, getOptions, getSection, getType, isHidden, isRequired, setDefaultValue, setHidden, setKey, setModes, setRequired, setSection, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supportedModes

protected String supportedModes
Constructor Detail

ModeParameterDescriptor

public ModeParameterDescriptor()
Method Detail

getSupportedModes

public String getSupportedModes()
Gets the value of the supportedModes property.

Returns:
possible object is String

setSupportedModes

public void setSupportedModes(String value)
Sets the value of the supportedModes property.

Parameters:
value - allowed object is String