Uses of Class
com.eu.miscedautils.ipxact.Design.CellSpecification

Packages that use CellSpecification
com.eu.miscedautils.ipxact.Design   
 

Uses of CellSpecification in com.eu.miscedautils.ipxact.Design
 

Methods in com.eu.miscedautils.ipxact.Design that return CellSpecification
 CellSpecification ObjectFactory.createCellSpecification()
          Create an instance of CellSpecification
 CellSpecification LoadConstraint.getCellSpecification()
          Gets the value of the cellSpecification property.
 CellSpecification DriveConstraint.getCellSpecification()
          Gets the value of the cellSpecification property.
 

Methods in com.eu.miscedautils.ipxact.Design with parameters of type CellSpecification
 void LoadConstraint.setCellSpecification(CellSpecification value)
          Sets the value of the cellSpecification property.
 void DriveConstraint.setCellSpecification(CellSpecification value)
          Sets the value of the cellSpecification property.