Class VecConfigurableElement

java.lang.Object
com.foursoft.harness.vec.v113.VecExtendableElement
com.foursoft.harness.vec.v113.VecConfigurableElement
All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasCustomProperties<VecCustomProperty>, Visitable, Serializable
Direct Known Subclasses:
VecBuildingBlockPositioning2D, VecBuildingBlockPositioning3D, VecCavityCoupling, VecComponentConnector, VecComponentNode, VecComponentPort, VecConnectionEnd, VecConnectionGroup, VecContactPoint, VecCouplingPoint, VecDimension, VecExtensionSlot, VecExtensionSlotReference, VecGeometryNode, VecGeometrySegment, VecHousingComponentReference, VecInternalComponentConnection, VecMatingPoint, VecNet, VecNetGroup, VecNetworkNode, VecNetworkPort, VecOccurrenceOrUsage, VecPath, VecPinComponentBehavior, VecPinComponentReference, VecPlacement, VecRoutableElement, VecRouting, VecSlotCoupling, VecSwitchingState, VecTopologyNode, VecTopologySegment, VecUsageNode, VecZone

public abstract class VecConfigurableElement extends VecExtendableElement implements Serializable, Visitable

Abstract base class for all elements which can be configured with a VariantConfiguration.

Java class for ConfigurableElement complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="ConfigurableElement">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}ExtendableElement">
       <sequence>
         <element name="ConfigInfo" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • VecConfigurableElement

      public VecConfigurableElement()
  • Method Details

    • getConfigInfo

      public VecVariantConfiguration getConfigInfo()
      Gets the value of the configInfo property.
      Returns:
      possible object is Object
    • setConfigInfo

      public void setConfigInfo(VecVariantConfiguration value)
      Sets the value of the configInfo property.
      Parameters:
      value - allowed object is Object