Uses of Class
com.foursoft.harness.vec.v113.VecPlaceableElementRole
Packages that use VecPlaceableElementRole
-
Uses of VecPlaceableElementRole in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecPlaceableElementRoleModifier and TypeFieldDescriptionprotected List<VecPlaceableElementRole>VecPlacement.placedElementMethods in com.foursoft.harness.vec.v113 that return VecPlaceableElementRoleModifier and TypeMethodDescriptionObjectFactory.createVecPlaceableElementRole()Create an instance ofVecPlaceableElementRoleVecMeasurementPointReference.getParentPlaceableElementRole()Gets a reference to the parent of this object in the XML DOM Tree.VecPlacementPointReference.getParentPlaceableElementRole()Gets a reference to the parent of this object in the XML DOM Tree.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecPlaceableElementRoleModifier and TypeMethodDescriptionVecPlacement.getPlacedElement()Gets the value of the placedElement property.VecPlaceableElementSpecification.getRefPlaceableElementRole()Gets aSetof allVecPlaceableElementRolethat 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. -
Uses of VecPlaceableElementRole in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecPlaceableElementRoleModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecPlaceableElementRole(VecPlaceableElementRole aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecPlaceableElementRole(VecPlaceableElementRole aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecPlaceableElementRole(VecPlaceableElementRole aBean) FunctionVisitor.visitVecPlaceableElementRole(VecPlaceableElementRole aBean) StrictBaseVisitor.visitVecPlaceableElementRole(VecPlaceableElementRole aBean) TraversingVisitor.visitVecPlaceableElementRole(VecPlaceableElementRole aBean) Visitor.visitVecPlaceableElementRole(VecPlaceableElementRole aBean)