Uses of Class
com.foursoft.harness.vec.v113.VecExternalMapping
Packages that use VecExternalMapping
-
Uses of VecExternalMapping in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecExternalMappingModifier and TypeFieldDescriptionprotected List<VecExternalMapping>VecExternalMappingSpecification.mappingsSpecifies the mappings of individual element.Methods in com.foursoft.harness.vec.v113 that return VecExternalMappingModifier and TypeMethodDescriptionObjectFactory.createVecExternalMapping()Create an instance ofVecExternalMappingMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecExternalMappingModifier and TypeMethodDescriptionVecExternalMappingSpecification.getMappings()Gets the value of the mappings property.VecExtendableElement.getRefExternalMapping()Gets aSetof allVecExternalMappingthat 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 VecExternalMapping in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecExternalMappingModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecExternalMapping(VecExternalMapping aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecExternalMapping(VecExternalMapping aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecExternalMapping(VecExternalMapping aBean) FunctionVisitor.visitVecExternalMapping(VecExternalMapping aBean) StrictBaseVisitor.visitVecExternalMapping(VecExternalMapping aBean) TraversingVisitor.visitVecExternalMapping(VecExternalMapping aBean) Visitor.visitVecExternalMapping(VecExternalMapping aBean)