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

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

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

Fields in com.ibm.di.model.descriptor with type parameters of type Label
protected  java.util.List<Label> SectionDescriptor.description
           
protected  java.util.List<Label> ParameterDescriptor.description
           
protected  java.util.List<Label> ComponentDescriptor.description
           
protected  java.util.List<Label> SectionDescriptor.label
           
protected  java.util.List<Label> ParameterDescriptor.label
           
protected  java.util.List<Label> Option.label
           
protected  java.util.List<Label> ModeOption.label
           
protected  java.util.List<Label> ComponentDescriptor.name
           
protected  java.util.List<Label> ParameterDescriptor.scriptLabel
           
protected  java.util.List<Label> ParameterDescriptor.scriptLabel2
           
 

Methods in com.ibm.di.model.descriptor that return Label
 Label ObjectFactory.createLabel()
          Create an instance of Label
 

Methods in com.ibm.di.model.descriptor that return types with arguments of type Label
 java.util.List<Label> ComponentDescriptor.getDescription()
          Gets the value of the description property.
 java.util.List<Label> SectionDescriptor.getDescriptions()
          Gets the value of the description property.
 java.util.List<Label> ParameterDescriptor.getDescriptions()
          Gets the value of the description property.
 java.util.List<Label> SectionDescriptor.getLabels()
          Gets the value of the label property.
 java.util.List<Label> ParameterDescriptor.getLabels()
          Gets the value of the label property.
 java.util.List<Label> Option.getLabels()
          Gets the value of the label property.
 java.util.List<Label> ModeOption.getLabels()
          Gets the value of the label property.
 java.util.List<Label> ComponentDescriptor.getName()
          Gets the value of the name property.
 java.util.List<Label> ParameterDescriptor.getScriptLabels()
           
 java.util.List<Label> ParameterDescriptor.getScriptLabels2()