Uses of Class
org.bidib.wizard.migration.schema.nodes.NodeLabel
-
Packages that use NodeLabel Package Description org.bidib.wizard.migration.labels org.bidib.wizard.migration.schema.nodes -
-
Uses of NodeLabel in org.bidib.wizard.migration.labels
Method parameters in org.bidib.wizard.migration.labels with type arguments of type NodeLabel Modifier and Type Method Description protected voidAbstractWizardLabelMigrator. appendNodeLabels(List<NodeLabel> exisiting, List<NodeLabel> toAdd) -
Uses of NodeLabel in org.bidib.wizard.migration.schema.nodes
Fields in org.bidib.wizard.migration.schema.nodes with type parameters of type NodeLabel Modifier and Type Field Description protected List<NodeLabel>Nodes. nodeLabelMethods in org.bidib.wizard.migration.schema.nodes that return NodeLabel Modifier and Type Method Description NodeLabelObjectFactory. createNodeLabel()Create an instance ofNodeLabelMethods in org.bidib.wizard.migration.schema.nodes that return types with arguments of type NodeLabel Modifier and Type Method Description javax.xml.bind.JAXBElement<NodeLabel>ObjectFactory. createNodeLabel(NodeLabel value)List<NodeLabel>Nodes. getNodeLabel()Gets the value of the nodeLabel property.Methods in org.bidib.wizard.migration.schema.nodes with parameters of type NodeLabel Modifier and Type Method Description javax.xml.bind.JAXBElement<NodeLabel>ObjectFactory. createNodeLabel(NodeLabel value)NodesNodes. withNodeLabel(NodeLabel... values)Method parameters in org.bidib.wizard.migration.schema.nodes with type arguments of type NodeLabel Modifier and Type Method Description NodesNodes. withNodeLabel(Collection<NodeLabel> values)
-