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

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

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

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