|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.BusDefinition.TimingConstraint
public class TimingConstraint
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 |
---|
public TimingConstraint()
Method Detail |
---|
public float getValue()
public void setValue(float value)
public EdgeValueType getClockEdge()
EdgeValueType
public void setClockEdge(EdgeValueType value)
value
- allowed object is
EdgeValueType
public DelayValueType getDelayType()
DelayValueType
public void setDelayType(DelayValueType value)
value
- allowed object is
DelayValueType
public java.lang.String getClockName()
String
public void setClockName(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |