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

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

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

Methods in com.eu.miscedautils.ipxact.DesignConfig 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.DesignConfig with parameters of type EdgeValueType
 void TimingConstraint.setClockEdge(EdgeValueType value)
          Sets the value of the clockEdge property.