Package com.foursoft.harness.vec.v113
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 Summary
FieldsFields inherited from class com.foursoft.harness.vec.v113.VecExtendableElement
customProperties, xmlId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the configInfo property.voidSets the value of the configInfo property.Methods inherited from class com.foursoft.harness.vec.v113.VecExtendableElement
getCustomProperties, getRefExternalMapping, getXmlId, setXmlId, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.foursoft.harness.vec.common.HasCustomProperties
getCustomPropertiesWithType, getCustomProperty
-
Field Details
-
configInfo
-
-
Constructor Details
-
VecConfigurableElement
public VecConfigurableElement()
-
-
Method Details