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="2025-10-14T04:40:54Z") public class TimingConstraint extends java.lang.ObjectJava 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 SummaryFields Modifier and Type Field Description protected EdgeValueTypeclockEdgeprotected java.lang.StringclockNameprotected DelayValueTypedelayTypeprotected java.lang.Stringidprotected floatvalue
 - 
Constructor SummaryConstructors Constructor Description TimingConstraint()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgeValueTypegetClockEdge()Gets the value of the clockEdge property.java.lang.StringgetClockName()Gets the value of the clockName property.DelayValueTypegetDelayType()Gets the value of the delayType property.java.lang.StringgetId()Gets the value of the id property.floatgetValue()Type used to record percentage values.voidsetClockEdge(EdgeValueType value)Sets the value of the clockEdge property.voidsetClockName(java.lang.String value)Sets the value of the clockName property.voidsetDelayType(DelayValueType value)Sets the value of the delayType property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetValue(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="2025-10-14T04:40:54Z") protected float value
 - 
clockEdge@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected EdgeValueType clockEdge
 - 
delayType@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected DelayValueType delayType
 - 
clockName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String clockName
 - 
id@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String id
 
- 
 - 
Method Detail- 
getValue@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public float getValue()Type used to record percentage values.
 - 
setValue@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setClockEdge(EdgeValueType value)Sets the value of the clockEdge property.- Parameters:
- value- allowed object is- EdgeValueType
 
 - 
getDelayType@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setDelayType(DelayValueType value)Sets the value of the delayType property.- Parameters:
- value- allowed object is- DelayValueType
 
 - 
getClockName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setClockName(java.lang.String value)Sets the value of the clockName property.- Parameters:
- value- allowed object is- String
 
 - 
getId@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-