|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.DesignConfig.DriverType
public class DriverType
Wire port driver type.
Java class for driverType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="driverType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}defaultValue" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}clockDriver" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}singleShotDriver" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
DriverType()
|
Method Summary | |
---|---|
ClockDriver |
getClockDriver()
Gets the value of the clockDriver property. |
DefaultValue |
getDefaultValue()
Gets the value of the defaultValue property. |
SingleShotDriver |
getSingleShotDriver()
Gets the value of the singleShotDriver property. |
void |
setClockDriver(ClockDriver value)
Sets the value of the clockDriver property. |
void |
setDefaultValue(DefaultValue value)
Sets the value of the defaultValue property. |
void |
setSingleShotDriver(SingleShotDriver value)
Sets the value of the singleShotDriver property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DriverType()
Method Detail |
---|
public DefaultValue getDefaultValue()
DefaultValue
public void setDefaultValue(DefaultValue value)
value
- allowed object is
DefaultValue
public ClockDriver getClockDriver()
ClockDriver
public void setClockDriver(ClockDriver value)
value
- allowed object is
ClockDriver
public SingleShotDriver getSingleShotDriver()
SingleShotDriver
public void setSingleShotDriver(SingleShotDriver value)
value
- allowed object is
SingleShotDriver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |