Uses of Class
com.foursoft.harness.vec.v113.VecCopyrightInformation
Packages that use VecCopyrightInformation
-
Uses of VecCopyrightInformation in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecCopyrightInformationModifier and TypeFieldDescriptionprotected VecCopyrightInformationVecItemVersion.copyrightInformationReferences theCopyrightInformationthat is in effect for thisItemVersion.If noCopyrightInformationis referenced by theItemVersion, theCopyrightInformationthat is referenced by theVecContent(if defined) shall be considered as in effect for thisItemVersion.protected VecCopyrightInformationVecContent.standardCopyrightInformationReferences theCopyrightInformationthat is in effect for the complete content of thisVecContent.Fields in com.foursoft.harness.vec.v113 with type parameters of type VecCopyrightInformationModifier and TypeFieldDescriptionprotected List<VecCopyrightInformation>VecContent.copyrightInformationsMethods in com.foursoft.harness.vec.v113 that return VecCopyrightInformationModifier and TypeMethodDescriptionObjectFactory.createVecCopyrightInformation()Create an instance ofVecCopyrightInformationVecItemVersion.getCopyrightInformation()Gets the value of the copyrightInformation property.VecContent.getStandardCopyrightInformation()Gets the value of the standardCopyrightInformation property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecCopyrightInformationModifier and TypeMethodDescriptionVecContent.getCopyrightInformations()Gets the value of the copyrightInformations property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecCopyrightInformationModifier and TypeMethodDescriptionvoidVecItemVersion.setCopyrightInformation(VecCopyrightInformation value) Sets the value of the copyrightInformation property.voidVecContent.setStandardCopyrightInformation(VecCopyrightInformation value) Sets the value of the standardCopyrightInformation property. -
Uses of VecCopyrightInformation in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecCopyrightInformationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecCopyrightInformation(VecCopyrightInformation aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecCopyrightInformation(VecCopyrightInformation aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecCopyrightInformation(VecCopyrightInformation aBean) FunctionVisitor.visitVecCopyrightInformation(VecCopyrightInformation aBean) StrictBaseVisitor.visitVecCopyrightInformation(VecCopyrightInformation aBean) TraversingVisitor.visitVecCopyrightInformation(VecCopyrightInformation aBean) Visitor.visitVecCopyrightInformation(VecCopyrightInformation aBean)