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

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

Uses of SourceSectionsType in org.jomc.tools.model
 

Fields in org.jomc.tools.model declared as SourceSectionsType
protected  SourceSectionsType SourceFileType.sourceSections
           
protected  SourceSectionsType SourceSectionType.sourceSections
           
 

Methods in org.jomc.tools.model that return SourceSectionsType
 SourceSectionsType SourceSectionsType.clone()
          Creates and returns a deep copy of this object.
 SourceSectionsType ObjectFactory.createSourceSectionsType()
          Create an instance of SourceSectionsType
 SourceSectionsType SourceFileType.getSourceSections()
          Sections of the source file.
 SourceSectionsType SourceSectionType.getSourceSections()
          Child sections of the section.
 

Methods in org.jomc.tools.model that return types with arguments of type SourceSectionsType
 javax.xml.bind.JAXBElement<SourceSectionsType> ObjectFactory.createSourceSections(SourceSectionsType value)
          Create an instance of JAXBElement<SourceSectionsType>}
 

Methods in org.jomc.tools.model with parameters of type SourceSectionsType
 javax.xml.bind.JAXBElement<SourceSectionsType> ObjectFactory.createSourceSections(SourceSectionsType value)
          Create an instance of JAXBElement<SourceSectionsType>}
 void SourceFileType.setSourceSections(SourceSectionsType value)
          Sets the value of the sourceSections property.
 void SourceSectionType.setSourceSections(SourceSectionsType value)
          Sets the value of the sourceSections property.
 

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



Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.