Class ModeParameterDescriptor

  • All Implemented Interfaces:
    java.io.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 Detail

      • supportedModes

        protected java.lang.String supportedModes
    • Constructor Detail

      • ModeParameterDescriptor

        public ModeParameterDescriptor()
    • Method Detail

      • getSupportedModes

        public java.lang.String getSupportedModes()
        Gets the value of the supportedModes property.
        Returns:
        possible object is String
      • setSupportedModes

        public void setSupportedModes​(java.lang.String value)
        Sets the value of the supportedModes property.
        Parameters:
        value - allowed object is String