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

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

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

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