com.eu.miscedautils.ipxact.Abstractor
Class TimingConstraint

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Abstractor.TimingConstraint

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.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>delayPercentageType">
       <attribute ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}clockEdge default="rise""/>
       <attribute ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}delayType"/>
       <attribute name="clockName" use="required" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}portName" />
     </extension>
   </simpleContent>
 </complexType>
 


Constructor Summary
TimingConstraint()
           
 
Method Summary
 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.
 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 setValue(float value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimingConstraint

public TimingConstraint()
Method Detail

getValue

public float getValue()
Type used to record percentage values.


setValue

public void setValue(float value)
Sets the value of the value property.


getClockEdge

public EdgeValueType getClockEdge()
Gets the value of the clockEdge property.

Returns:
possible object is EdgeValueType

setClockEdge

public void setClockEdge(EdgeValueType value)
Sets the value of the clockEdge property.

Parameters:
value - allowed object is EdgeValueType

getDelayType

public DelayValueType getDelayType()
Gets the value of the delayType property.

Returns:
possible object is DelayValueType

setDelayType

public void setDelayType(DelayValueType value)
Sets the value of the delayType property.

Parameters:
value - allowed object is DelayValueType

getClockName

public java.lang.String getClockName()
Gets the value of the clockName property.

Returns:
possible object is String

setClockName

public void setClockName(java.lang.String value)
Sets the value of the clockName property.

Parameters:
value - allowed object is String