Uses of Class
com.foursoft.harness.vec.v113.VecPinComponentReference
Packages that use VecPinComponentReference
-
Uses of VecPinComponentReference in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecPinComponentReferenceModifier and TypeFieldDescriptionprotected List<VecPinComponentReference>VecHousingComponentReference.pinComponentRevesMethods in com.foursoft.harness.vec.v113 that return VecPinComponentReferenceModifier and TypeMethodDescriptionObjectFactory.createVecPinComponentReference()Create an instance ofVecPinComponentReferenceVecTerminalRole.getParentPinComponentReference()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 VecPinComponentReferenceModifier and TypeMethodDescriptionVecHousingComponentReference.getPinComponentReves()Gets the value of the pinComponentReves property.VecPinComponent.getRefPinComponentReference()Gets aSetof allVecPinComponentReferencethat 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 VecPinComponentReference in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecPinComponentReferenceModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecPinComponentReference(VecPinComponentReference aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecPinComponentReference(VecPinComponentReference aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecPinComponentReference(VecPinComponentReference aBean) FunctionVisitor.visitVecPinComponentReference(VecPinComponentReference aBean) StrictBaseVisitor.visitVecPinComponentReference(VecPinComponentReference aBean) TraversingVisitor.visitVecPinComponentReference(VecPinComponentReference aBean) Visitor.visitVecPinComponentReference(VecPinComponentReference aBean)