A C D F G H I L M N O P R S T V W

S

Section - Class in odml.core
The Section class defines the odML section, one of the two core elements that can contain odMLProperties - if it is not the root of the odMLTree - as well as section to built a tree structure.
Section() - Constructor for class odml.core.Section
The default constructor.
Section(String) - Constructor for class odml.core.Section
Constructor for creating a section of a certain type.
Section(String, String) - Constructor for class odml.core.Section
Create a Section of a certain type and with a specified name.
Section(String, String, String) - Constructor for class odml.core.Section
 
Section(Section, String, String) - Constructor for class odml.core.Section
Constructor that creates a new section with the specified name and the specified parent.
Section(Section, String, String, String, String) - Constructor for class odml.core.Section
Constructor that creates a new section of a certain type and with the specified name and definition.
Section(Section, String, String, String, String, URL) - Constructor for class odml.core.Section
 
Section(Section, String, String, String, String, URL, URL) - Constructor for class odml.core.Section
Constructor that creates a new section with all the possible information (name, description, terminology and mappingURL.
sectionCount() - Method in class odml.core.Section
Returns the number of subsections.
SectionPath - Class in odml.util
 
SectionPath(String) - Constructor for class odml.util.SectionPath
 
setAsTerminology(boolean) - Method in class odml.core.Section
Defines that this section is a terminology.
setDefaultFileName(String) - Method in class odml.core.Property
Deprecated. 
setDefaultFileNameAt(String, int) - Method in class odml.core.Property
Deprecated. 
setDefinition(String) - Method in class odml.core.Property
Set the definition of this property, i.e. the definition that tells what this property means.
setDefinition(String) - Method in class odml.core.Section
Sets the description of this section.
setDependency(String) - Method in class odml.core.Property
Set the parent of this property.
setDependencyValue(String) - Method in class odml.core.Property
Set the value of the parent property that makes this property meaningful.
setDocumentAuthor(String) - Method in class odml.core.Section
Sets the author of this document.
setDocumentDate(Date) - Method in class odml.core.Section
Set the date of the document.
setDocumentVersion(String) - Method in class odml.core.Section
Set the Version of the document.
setFilename(String) - Method in class odml.core.Property
Deprecated. 
setFileUrl(URL) - Method in class odml.core.Section
Sets the fileURL of the file this section originated from.
setInclude(String) - Method in class odml.core.Section
Sets the include information of this section.
setLink(String) - Method in class odml.core.Section
Set a link.
setLink(String, boolean) - Method in class odml.core.Section
Set a link.
setMapping(URL) - Method in class odml.core.Property
Set the mapping of this Property.
setMapping(String) - Method in class odml.core.Property
Sets the mapping information for this property.
setMapping(URL) - Method in class odml.core.Section
Sets the mapping to the given one.
setMapping(String) - Method in class odml.core.Section
Tries to convert the given mappingURL String to a valid URL and sets the internal mappingURL to it.
setName(String) - Method in class odml.core.Property
Set the name of the property
setName(String) - Method in class odml.core.Section
Set the name of the section.
setParent(Section) - Method in class odml.core.Property
Sets the parent section of this property.
setReference(String) - Method in class odml.core.Property
Set the reference of this property.
setReference(String) - Method in class odml.core.Section
Set the reference element of the Section. the reference can be used to point to an entity e.g. defined in a database.
setReferenceAt(String, int) - Method in class odml.core.Property
 
setRepository(String) - Method in class odml.core.Section
Sets the terminology of the section.
setRepository(URL) - Method in class odml.core.Section
 
setType(String) - Method in class odml.core.Property
Careful!
setType(String) - Method in class odml.core.Section
Sets the type of the section.
setUnit(String) - Method in class odml.core.Property
Careful!
setUnitAt(String, int) - Method in class odml.core.Property
Setting the unit of the value specified by an index to the new unit; Overwrites old content!
setValue(Object) - Method in class odml.core.Property
Set the value = value-content of this property.
setValueAt(Object, int) - Method in class odml.core.Property
Set the value = value-content at a specific position in the values vector.
setValueDefinition(String) - Method in class odml.core.Property
Sets the value definition of this property.
setValueDefinitionAt(String, int) - Method in class odml.core.Property
Set the value definition of a value specified by its index.
setValueFilename(String) - Method in class odml.core.Property
Sets filename associated with the first value of this property.
setValueFilenameAt(String, int) - Method in class odml.core.Property
Set the filename associated with the binary content of value specified by index.
setValueId(String) - Method in class odml.core.Property
Deprecated. 
setValueIdAt(String, int) - Method in class odml.core.Property
Deprecated. 
setValueReference(String) - Method in class odml.core.Property
Sets the value reference of this property.
setValueReferenceAt(String, int) - Method in class odml.core.Property
Set the value reference of a value specified by its index.
setValueUncertainty(Object) - Method in class odml.core.Property
Sets the Error estimate of this value.
setValueUncertaintyAt(Object, int) - Method in class odml.core.Property
Set the error of a value specified by its index.
store() - Method in class odml.util.TerminologyManager
Store all changes made during runtime.
subsectionsNames() - Method in class odml.core.Section
Returns a list of all the types of first level subsections.

A C D F G H I L M N O P R S T V W