Uses of Class
com.foursoft.harness.vec.v113.VecWireSpecification
Packages that use VecWireSpecification
-
Uses of VecWireSpecification in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecWireSpecificationModifier and TypeFieldDescriptionprotected VecWireSpecificationVecWireRole.wireSpecificationReferences theWireSpecificationthat is instanced by thisWireRole.Fields in com.foursoft.harness.vec.v113 with type parameters of type VecWireSpecificationModifier and TypeFieldDescriptionprotected List<VecWireSpecification>VecCompatibilityStatement.wireSpecificationReferences the WireSpecifications for which the compatibility statement is stated.Methods in com.foursoft.harness.vec.v113 that return VecWireSpecificationModifier and TypeMethodDescriptionObjectFactory.createVecWireSpecification()Create an instance ofVecWireSpecificationVecWireElement.getParentWireSpecification()Gets a reference to the parent of this object in the XML DOM Tree.VecWireRole.getWireSpecification()Gets the value of the wireSpecification property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecWireSpecificationModifier and TypeMethodDescriptionVecWireElementSpecification.getRefWireSpecification()Gets aSetof allVecWireSpecificationthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling.VecCompatibilityStatement.getWireSpecification()Gets the value of the wireSpecification property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecWireSpecificationModifier and TypeMethodDescriptionvoidVecWireRole.setWireSpecification(VecWireSpecification value) Sets the value of the wireSpecification property. -
Uses of VecWireSpecification in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecWireSpecificationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecWireSpecification(VecWireSpecification aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecWireSpecification(VecWireSpecification aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecWireSpecification(VecWireSpecification aBean) FunctionVisitor.visitVecWireSpecification(VecWireSpecification aBean) StrictBaseVisitor.visitVecWireSpecification(VecWireSpecification aBean) TraversingVisitor.visitVecWireSpecification(VecWireSpecification aBean) Visitor.visitVecWireSpecification(VecWireSpecification aBean)