Uses of Class
com.ibm.di.model.descriptor.Label
-
Packages that use Label Package Description 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 Modifier and Type Field Description protected java.util.List<Label>ComponentDescriptor. descriptionprotected java.util.List<Label>ParameterDescriptor. descriptionprotected java.util.List<Label>SectionDescriptor. descriptionprotected java.util.List<Label>ModeOption. labelprotected java.util.List<Label>Option. labelprotected java.util.List<Label>ParameterDescriptor. labelprotected java.util.List<Label>SectionDescriptor. labelprotected java.util.List<Label>ComponentDescriptor. nameprotected java.util.List<Label>ParameterDescriptor. scriptLabelprotected java.util.List<Label>ParameterDescriptor. scriptLabel2Methods in com.ibm.di.model.descriptor that return Label Modifier and Type Method Description LabelObjectFactory. createLabel()Create an instance ofLabelMethods in com.ibm.di.model.descriptor that return types with arguments of type Label Modifier and Type Method Description java.util.List<Label>ComponentDescriptor. getDescription()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. getDescriptions()Gets the value of the description property.java.util.List<Label>ModeOption. 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>ParameterDescriptor. getLabels()Gets the value of the label property.java.util.List<Label>SectionDescriptor. 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()
-