Package com.ibm.di.model.descriptor
Class ModeParameterDescriptor
- java.lang.Object
-
- com.ibm.di.model.descriptor.ParameterDescriptor
-
- com.ibm.di.model.descriptor.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 Summary
Fields Modifier and Type Field Description protected java.lang.String
supportedModes
-
Fields inherited from class com.ibm.di.model.descriptor.ParameterDescriptor
defaultValue, description, hidden, indexBased, key, label, leadText, modes, noLabel, option, panel, required, script, script2, scriptLabel, scriptLabel2, section, type
-
-
Constructor Summary
Constructors Constructor Description ModeParameterDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSupportedModes()
Gets the value of the supportedModes property.void
setSupportedModes(java.lang.String value)
Sets the value of the supportedModes property.-
Methods inherited from class com.ibm.di.model.descriptor.ParameterDescriptor
getDefaultValue, getDescriptions, getKey, getLabels, getLeadText, getModes, getNoLabel, getOptions, getPanel, getScript, getScript2, getScriptLabels, getScriptLabels2, getSection, getType, isHidden, isIndexBased, isRequired, setDefaultValue, setHidden, setIndexBased, setKey, setLeadText, setModes, setNoLabel, setPanel, setRequired, setScript, setScript2, setSection, setType
-
-
-
-
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 isString
-
-