Uses of Class
com.foursoft.harness.vec.v113.VecSwitchingState
Packages that use VecSwitchingState
-
Uses of VecSwitchingState in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecSwitchingStateModifier and TypeFieldDescriptionprotected List<VecSwitchingState>VecEEComponentSpecification.statesSpecifies the availableSwitchingStatesof the EEComponent.Methods in com.foursoft.harness.vec.v113 that return VecSwitchingStateModifier and TypeMethodDescriptionObjectFactory.createVecSwitchingState()Create an instance ofVecSwitchingStateMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecSwitchingStateModifier and TypeMethodDescriptionVecInternalComponentConnection.getRefSwitchingState()Gets aSetof allVecSwitchingStatethat 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.VecEEComponentSpecification.getStates()Gets the value of the states property. -
Uses of VecSwitchingState in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecSwitchingStateModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecSwitchingState(VecSwitchingState aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecSwitchingState(VecSwitchingState aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecSwitchingState(VecSwitchingState aBean) FunctionVisitor.visitVecSwitchingState(VecSwitchingState aBean) StrictBaseVisitor.visitVecSwitchingState(VecSwitchingState aBean) TraversingVisitor.visitVecSwitchingState(VecSwitchingState aBean) Visitor.visitVecSwitchingState(VecSwitchingState aBean)