| Package | Description |
|---|---|
| org.jomc.tools.model |
Object management and configuration tools model classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected SourceSectionsType |
SourceSectionType.sourceSections |
protected SourceSectionsType |
SourceFileType.sourceSections |
| Modifier and Type | Method and Description |
|---|---|
SourceSectionsType |
SourceSectionsType.clone()
Creates and returns a deep copy of this object.
|
SourceSectionsType |
ObjectFactory.createSourceSectionsType()
Create an instance of
SourceSectionsType |
SourceSectionsType |
SourceSectionType.getSourceSections()
Child sections of the section.
|
SourceSectionsType |
SourceFileType.getSourceSections()
Sections of the source file.
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<SourceSectionsType> |
ObjectFactory.createSourceSections(SourceSectionsType value)
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<SourceSectionsType> |
ObjectFactory.createSourceSections(SourceSectionsType value)
|
void |
SourceSectionType.setSourceSections(SourceSectionsType value)
Sets the value of the sourceSections property.
|
void |
SourceFileType.setSourceSections(SourceSectionsType value)
Sets the value of the sourceSections property.
|
| Constructor and Description |
|---|
SourceSectionsType(SourceSectionsType o)
Creates a new
SourceSectionsType instance by deeply copying a given SourceSectionsType instance. |
Copyright © 2005–2016 The JOMC Project. All rights reserved.