Uses of Class
com.foursoft.harness.vec.v113.VecLocalizedString
Packages that use VecLocalizedString
-
Uses of VecLocalizedString in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecLocalizedStringModifier and TypeFieldDescriptionprotected VecLocalizedStringVecRouting.specialRoutedCommentAllows the specification of an explanation why this routing has been routed in a special way.protected VecLocalizedStringVecLocalizedStringProperty.valueDefines the value of theCustomProperty.Fields in com.foursoft.harness.vec.v113 with type parameters of type VecLocalizedStringModifier and TypeFieldDescriptionprotected List<VecLocalizedString>VecComponentNode.abbreviationsRoom for a short name of the ComponentNode.protected List<VecLocalizedString>VecItemVersion.abbreviationsRoom for a short name of the Item.protected List<VecLocalizedString>VecNetworkNode.abbreviationsRoom for a short name of the NetworkNode.protected List<VecLocalizedString>VecOccurrenceOrUsage.abbreviationsSpecifies an abbreviation of theOccurrenceOrUsage.protected List<VecLocalizedString>VecUsageNode.abbreviationsSpecifies an abbreviation of theUsageNode.protected List<VecLocalizedString>VecCopyrightInformation.copyrightNotesAn informal text which specifies copyright information.protected List<VecLocalizedString>VecColor.descriptionsOn optional human readable description of the color (e.g.protected List<VecLocalizedString>VecMaterial.descriptionsOn optional human readable description of the material (e.g.protected List<VecLocalizedString>VecRobustnessProperties.descriptionsOn optional human readable description of the robustnes (e.g.protected List<VecLocalizedString>VecTextBasedInstruction.installationInstructionsSpecifies the instruction in a human readable form.protected List<VecLocalizedString>VecTopologyNode.processingInstructionsSpecifies processing instructions for the TopologyNode.protected List<VecLocalizedString>VecTopologySegment.processingInstructionsSpecifies processing instructions for the TopologySegment.Methods in com.foursoft.harness.vec.v113 that return VecLocalizedStringModifier and TypeMethodDescriptionObjectFactory.createVecLocalizedString()Create an instance ofVecLocalizedStringVecRouting.getSpecialRoutedComment()Gets the value of the specialRoutedComment property.VecLocalizedStringProperty.getValue()Gets the value of the value property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecLocalizedStringModifier and TypeMethodDescriptionVecComponentNode.getAbbreviations()Gets the value of the abbreviations property.VecItemVersion.getAbbreviations()Gets the value of the abbreviations property.VecNetworkNode.getAbbreviations()Gets the value of the abbreviations property.VecOccurrenceOrUsage.getAbbreviations()Gets the value of the abbreviations property.VecUsageNode.getAbbreviations()Gets the value of the abbreviations property.VecCopyrightInformation.getCopyrightNotes()Gets the value of the copyrightNotes property.VecColor.getDescriptions()Gets the value of the descriptions property.VecMaterial.getDescriptions()Gets the value of the descriptions property.VecRobustnessProperties.getDescriptions()Gets the value of the descriptions property.VecTextBasedInstruction.getInstallationInstructions()Gets the value of the installationInstructions property.VecTopologyNode.getProcessingInstructions()Gets the value of the processingInstructions property.VecTopologySegment.getProcessingInstructions()Gets the value of the processingInstructions property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecLocalizedStringModifier and TypeMethodDescriptionvoidVecRouting.setSpecialRoutedComment(VecLocalizedString value) Sets the value of the specialRoutedComment property.voidVecLocalizedStringProperty.setValue(VecLocalizedString value) Sets the value of the value property. -
Uses of VecLocalizedString in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecLocalizedStringModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecLocalizedString(VecLocalizedString aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecLocalizedString(VecLocalizedString aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecLocalizedString(VecLocalizedString aBean) FunctionVisitor.visitVecLocalizedString(VecLocalizedString aBean) StrictBaseVisitor.visitVecLocalizedString(VecLocalizedString aBean) TraversingVisitor.visitVecLocalizedString(VecLocalizedString aBean) Visitor.visitVecLocalizedString(VecLocalizedString aBean)