Uses of Class
com.foursoft.harness.vec.v113.VecSheetOrChapter
Packages that use VecSheetOrChapter
-
Uses of VecSheetOrChapter in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecSheetOrChapterModifier and TypeFieldDescriptionprotected VecSheetOrChapterVecDocumentBasedInstruction.referencedSheetOrChapterFields in com.foursoft.harness.vec.v113 with type parameters of type VecSheetOrChapterModifier and TypeFieldDescriptionprotected List<VecSheetOrChapter>VecDocumentVersion.sheetOrChaptersMethods in com.foursoft.harness.vec.v113 that return VecSheetOrChapterModifier and TypeMethodDescriptionObjectFactory.createVecSheetOrChapter()Create an instance ofVecSheetOrChapterVecChangeDescription.getParentSheetOrChapter()Gets a reference to the parent of this object in the XML DOM Tree.VecSpecification.getParentSheetOrChapter()Gets a reference to the parent of this object in the XML DOM Tree.VecDocumentBasedInstruction.getReferencedSheetOrChapter()Gets the value of the referencedSheetOrChapter property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecSheetOrChapterModifier and TypeMethodDescriptionVecPartVersion.getRefSheetOrChapter()Gets aSetof allVecSheetOrChapterthat 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.VecDocumentVersion.getSheetOrChapters()Gets the value of the sheetOrChapters property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecSheetOrChapterModifier and TypeMethodDescriptionvoidVecDocumentBasedInstruction.setReferencedSheetOrChapter(VecSheetOrChapter value) Sets the value of the referencedSheetOrChapter property. -
Uses of VecSheetOrChapter in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecSheetOrChapterModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecSheetOrChapter(VecSheetOrChapter aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecSheetOrChapter(VecSheetOrChapter aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecSheetOrChapter(VecSheetOrChapter aBean) FunctionVisitor.visitVecSheetOrChapter(VecSheetOrChapter aBean) StrictBaseVisitor.visitVecSheetOrChapter(VecSheetOrChapter aBean) TraversingVisitor.visitVecSheetOrChapter(VecSheetOrChapter aBean) Visitor.visitVecSheetOrChapter(VecSheetOrChapter aBean)