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

Packages that use FileSets
com.eu.miscedautils.ipxact.Component   
com.eu.miscedautils.shell   
 

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

Methods in com.eu.miscedautils.ipxact.Component that return FileSets
 FileSets ObjectFactory.createFileSets()
          Create an instance of FileSets
 FileSets ComponentType.getFileSets()
          Gets the value of the fileSets property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type FileSets
 void ComponentType.setFileSets(FileSets value)
          Sets the value of the fileSets property.
 

Uses of FileSets in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type FileSets
 java.lang.String IPXACTBackBone.createCommandForFileSets(FileSets flsets)