Package org.accellera.IPXACT_1685_2014
Class TimingConstraint
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.TimingConstraint
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public class TimingConstraint extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>delayPercentageType"> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> <attribute name="clockEdge" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}edgeValueType" /> <attribute name="delayType" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}delayValueType" /> <attribute name="clockName" use="required" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}portName" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EdgeValueType
clockEdge
protected java.lang.String
clockName
protected DelayValueType
delayType
protected java.lang.String
id
protected float
value
-
Constructor Summary
Constructors Constructor Description TimingConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgeValueType
getClockEdge()
Gets the value of the clockEdge property.java.lang.String
getClockName()
Gets the value of the clockName property.DelayValueType
getDelayType()
Gets the value of the delayType property.java.lang.String
getId()
Gets the value of the id property.float
getValue()
Type used to record percentage values.void
setClockEdge(EdgeValueType value)
Sets the value of the clockEdge property.void
setClockName(java.lang.String value)
Sets the value of the clockName property.void
setDelayType(DelayValueType value)
Sets the value of the delayType property.void
setId(java.lang.String value)
Sets the value of the id property.void
setValue(float value)
Sets the value of the value property.
-
-
-
Field Detail
-
value
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected float value
-
clockEdge
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected EdgeValueType clockEdge
-
delayType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected DelayValueType delayType
-
clockName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String clockName
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String id
-
-
Method Detail
-
getValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public float getValue()
Type used to record percentage values.
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setValue(float value)
Sets the value of the value property.
-
getClockEdge
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public EdgeValueType getClockEdge()
Gets the value of the clockEdge property.- Returns:
- possible object is
EdgeValueType
-
setClockEdge
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setClockEdge(EdgeValueType value)
Sets the value of the clockEdge property.- Parameters:
value
- allowed object isEdgeValueType
-
getDelayType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public DelayValueType getDelayType()
Gets the value of the delayType property.- Returns:
- possible object is
DelayValueType
-
setDelayType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setDelayType(DelayValueType value)
Sets the value of the delayType property.- Parameters:
value
- allowed object isDelayValueType
-
getClockName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.lang.String getClockName()
Gets the value of the clockName property.- Returns:
- possible object is
String
-
setClockName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setClockName(java.lang.String value)
Sets the value of the clockName property.- Parameters:
value
- allowed object isString
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
-