Uses of Class
com.eu.miscedautils.ipxact.BusDefinition.EdgeValueType

Packages that use EdgeValueType
com.eu.miscedautils.ipxact.BusDefinition   
 

Uses of EdgeValueType in com.eu.miscedautils.ipxact.BusDefinition
 

Methods in com.eu.miscedautils.ipxact.BusDefinition that return EdgeValueType
static EdgeValueType EdgeValueType.fromValue(java.lang.String v)
           
 EdgeValueType TimingConstraint.getClockEdge()
          Gets the value of the clockEdge property.
static EdgeValueType EdgeValueType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EdgeValueType[] EdgeValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eu.miscedautils.ipxact.BusDefinition with parameters of type EdgeValueType
 void TimingConstraint.setClockEdge(EdgeValueType value)
          Sets the value of the clockEdge property.