Uses of Class
org.jomc.tools.model.SourceFilesType

Packages that use SourceFilesType
Package Description
org.jomc.tools Object management and configuration tool classes. 
org.jomc.tools.model Object management and configuration tools model classes. 
 

Uses of SourceFilesType in org.jomc.tools
 

Methods in org.jomc.tools that return SourceFilesType
Modifier and Type Method and Description
 SourceFilesType SourceFileProcessor.getSourceFilesType()
          Gets the source files model of the instance.
 

Uses of SourceFilesType in org.jomc.tools.model
 

Methods in org.jomc.tools.model that return SourceFilesType
Modifier and Type Method and Description
 SourceFilesType SourceFilesType.clone()
          Creates and returns a deep copy of this object.
 SourceFilesType ObjectFactory.createSourceFilesType()
          Create an instance of SourceFilesType
 

Methods in org.jomc.tools.model that return types with arguments of type SourceFilesType
Modifier and Type Method and Description
 javax.xml.bind.JAXBElement<SourceFilesType> ObjectFactory.createSourceFiles(SourceFilesType value)
          Create an instance of JAXBElement<SourceFilesType>}
 

Methods in org.jomc.tools.model with parameters of type SourceFilesType
Modifier and Type Method and Description
 javax.xml.bind.JAXBElement<SourceFilesType> ObjectFactory.createSourceFiles(SourceFilesType value)
          Create an instance of JAXBElement<SourceFilesType>}
 

Constructors in org.jomc.tools.model with parameters of type SourceFilesType
Constructor and Description
SourceFilesType(SourceFilesType o)
          Creates a new SourceFilesType instance by deeply copying a given SourceFilesType instance.
 



Copyright © 2005-2010 The JOMC Project. All Rights Reserved.