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

Packages that use SourceFileType
Package Description
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
Modifier and Type Method and Description
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 of the modules of the instance.
 SourceFileType SourceFileProcessor.getSourceFileType(org.jomc.model.Specification specification)
          Gets the model of a specification source file of the modules of the instance.
 

Uses of SourceFileType in org.jomc.tools.model
 

Fields in org.jomc.tools.model with type parameters of type SourceFileType
Modifier and Type Field and Description
protected  List<SourceFileType> SourceFilesType.sourceFile
           
 

Methods in org.jomc.tools.model that return SourceFileType
Modifier and Type Method and Description
 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
Modifier and Type Method and Description
 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
Modifier and Type Method and Description
 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
Constructor and Description
SourceFileType(SourceFileType o)
          Creates a new SourceFileType instance by deeply copying a given SourceFileType instance.
 



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