Package org.accellera.IPXACT_1685_2014
Class AbstractorPortWireType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.PortWireType
-
- org.accellera.IPXACT_1685_2014.AbstractorPortWireType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public class AbstractorPortWireType extends PortWireTypeWire port type for an abstractor.Java class for abstractorPortWireType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstractorPortWireType"> <complexContent> <restriction base="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}portWireType"> <sequence> <element name="direction" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}componentPortDirectionType"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}vectors" minOccurs="0"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}wireTypeDefs" minOccurs="0"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}drivers" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.accellera.IPXACT_1685_2014.PortWireType
allLogicalDirectionsAllowed, constraintSets, direction, drivers, vectors, wireTypeDefs
-
-
Constructor Summary
Constructors Constructor Description AbstractorPortWireType()
-
Method Summary
-
Methods inherited from class org.accellera.IPXACT_1685_2014.PortWireType
getConstraintSets, getDirection, getDrivers, getVectors, getWireTypeDefs, isAllLogicalDirectionsAllowed, setAllLogicalDirectionsAllowed, setConstraintSets, setDirection, setDrivers, setVectors, setWireTypeDefs
-
-