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

Packages that use SourceFileType
org.jomc.tools Object management and configuration tool classes. 
org.jomc.tools.model Object management and configuration tools model classes. 
 

Uses of SourceFileType in org.jomc.tools
 

Methods in org.jomc.tools that return SourceFileType
protected  SourceFileType SourceFileProcessor.SourceFileEditor.getSourceFileType()
          Gets the model of the editor.
 SourceFileType SourceFileProcessor.getSourceFileType(org.jomc.model.Implementation implementation)
          Gets the model of an implementation source file.
 SourceFileType SourceFileProcessor.getSourceFileType(org.jomc.model.Specification specification)
          Gets the model of a specification source file.
 

Uses of SourceFileType in org.jomc.tools.model
 

Fields in org.jomc.tools.model with type parameters of type SourceFileType
protected  List<SourceFileType> SourceFilesType.sourceFile
           
 

Methods in org.jomc.tools.model that return SourceFileType
 SourceFileType SourceFileType.clone()
          Creates and returns a deep copy of this object.
 SourceFileType ObjectFactory.createSourceFileType()
          Create an instance of SourceFileType
 SourceFileType SourceFilesType.getSourceFile(String identifier)
          Gets a source file model for a given name from the list.
 

Methods in org.jomc.tools.model that return types with arguments of type SourceFileType
 javax.xml.bind.JAXBElement<SourceFileType> ObjectFactory.createSourceFile(SourceFileType value)
          Create an instance of JAXBElement<SourceFileType>}
 List<SourceFileType> SourceFilesType.getSourceFile()
          Gets the value of the sourceFile property.
 

Methods in org.jomc.tools.model with parameters of type SourceFileType
 javax.xml.bind.JAXBElement<SourceFileType> ObjectFactory.createSourceFile(SourceFileType value)
          Create an instance of JAXBElement<SourceFileType>}
 

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



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