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

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

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

Methods in com.eu.miscedautils.ipxact.DesignConfig 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.DesignConfig 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.