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  List<Label> ParameterDescriptor.description
           
protected  List<Label> ParameterDescriptor.label
           
protected  List<Label> Option.label
           
protected  List<Label> ModeOption.label
           
 

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
 List<Label> ParameterDescriptor.getDescriptions()
          Gets the value of the description property.
 List<Label> ParameterDescriptor.getLabels()
          Gets the value of the label property.
 List<Label> Option.getLabels()
          Gets the value of the label property.
 List<Label> ModeOption.getLabels()
          Gets the value of the label property.