Uses of Class
com.foursoft.harness.vec.v113.VecSlotSpecification
Packages that use VecSlotSpecification
-
Uses of VecSlotSpecification in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecSlotSpecificationModifier and TypeFieldDescriptionprotected VecSlotSpecificationVecAbstractSlot.slotSpecificationMethods in com.foursoft.harness.vec.v113 that return VecSlotSpecificationModifier and TypeMethodDescriptionObjectFactory.createVecSlotSpecification()Create an instance ofVecSlotSpecificationVecSlotLayout.getParentSlotSpecification()Gets a reference to the parent of this object in the XML DOM Tree.VecAbstractSlot.getSlotSpecification()Gets the value of the slotSpecification property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecSlotSpecificationModifier and TypeMethodDescriptionvoidVecAbstractSlot.setSlotSpecification(VecSlotSpecification value) Sets the value of the slotSpecification property. -
Uses of VecSlotSpecification in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecSlotSpecificationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecSlotSpecification(VecSlotSpecification aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecSlotSpecification(VecSlotSpecification aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecSlotSpecification(VecSlotSpecification aBean) FunctionVisitor.visitVecSlotSpecification(VecSlotSpecification aBean) StrictBaseVisitor.visitVecSlotSpecification(VecSlotSpecification aBean) TraversingVisitor.visitVecSlotSpecification(VecSlotSpecification aBean) Visitor.visitVecSlotSpecification(VecSlotSpecification aBean)