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

G

getAllowsChildren() - Method in class odml.core.Property
 
getAllowsChildren() - Method in class odml.core.Section
 
getAllowsChildren() - Method in class odml.core.Value
 
getBytesFromFile(File) - Static method in class odml.core.Property
Function to convert the content of the indicated file to an array of bytes.
getBytesFromFile(File) - Static method in class odml.core.Value
Function to convert the content of the indicated file to an array of bytes.
getChildAt(int) - Method in class odml.core.Property
 
getChildAt(int) - Method in class odml.core.Section
 
getChildAt(int) - Method in class odml.core.Value
 
getChildCount() - Method in class odml.core.Property
 
getChildCount() - Method in class odml.core.Section
 
getChildCount() - Method in class odml.core.Value
 
getDate() - Method in class odml.core.Property
Returns the date component of first value's content if possible.
getDate(int) - Method in class odml.core.Property
Returns the date component of i-th value's content if possible.
getDate(String) - Method in class odml.core.Section
Returns the date component of the first value's content of the defined property.
getDate(String, int) - Method in class odml.core.Section
Returns the date component of the i-th value's content of the defined property.
getDefinition() - Method in class odml.core.Property
Returns the definition stored for this Property.
getDefinition() - Method in class odml.core.Section
Returns the description of this section.
getDependency() - Method in class odml.core.Property
Get the name of the property this depends on.
getDependencyValue() - Method in class odml.core.Property
Get the dependency property's value.
getDocumentAuthor() - Method in class odml.core.Section
Returns the author of this document.
getDocumentDate() - Method in class odml.core.Section
Returns the date this document was created.
getDocumentVersion() - Method in class odml.core.Section
Returns the version of this document, if set.
getFilename() - Method in class odml.core.Property
Deprecated. 
getFilename(int) - Method in class odml.core.Property
Deprecated. 
getFileUrl() - Method in class odml.core.Section
Returns the stored file url, i.e. the url of the file this section originated from.
getFirstName(String) - Static method in class odml.core.Property
 
getInclude() - Method in class odml.core.Section
Returns the include information stored in this section.
getIndex(TreeNode) - Method in class odml.core.Property
 
getIndex(TreeNode) - Method in class odml.core.Section
 
getIndex(TreeNode) - Method in class odml.core.Value
 
getLastName(String) - Static method in class odml.core.Property
 
getLevel() - Method in class odml.core.Section
Returns the level of this section (i.e. the depth / position in the tree)
getLink() - Method in class odml.core.Section
Returns the link stored for this section.
getLinkedSection() - Method in class odml.core.Section
Returns the linked section of the given one.
getLinkingSections() - Method in class odml.core.Section
Returns those Sections that are referring (are linked) to this section.
getMapping() - Method in class odml.core.Property
Returns the mapping stored within this property.
getMapping() - Method in class odml.core.Section
Returns the mappingURL of this section.
getName() - Method in class odml.core.Property
Get the property name.
getName() - Method in class odml.core.Section
Returns the section name.
getNumber() - Method in class odml.core.Property
Returns the content of the first value as Float.
getNumber(int) - Method in class odml.core.Property
Returns the content of the i-th value as Float.
getNumber(String) - Method in class odml.core.Section
Returns the first value's content as Float of the defined property.
getNumber(String, int) - Method in class odml.core.Section
Returns the i-th value's content as Float of the defined property.
getParent() - Method in class odml.core.Property
Returns the parent section of this property.
getParent() - Method in class odml.core.Section
Returns the parent section of this section.
getParent() - Method in class odml.core.Value
 
getPath() - Method in class odml.core.Section
This method returns the absolute path of this section beginning from the root.
getProperties() - Method in class odml.core.Section
Returns all properties stored in this section.
getProperty(int) - Method in class odml.core.Section
Returns the property with this index.
getProperty(String) - Method in class odml.core.Section
Returns the first property stored in this section that matches the name.
getPropertyAsVector() - Method in class odml.core.Property
Returns the property as an Vector of Objects.
getPropertyAsVector(int) - Method in class odml.core.Property
Returns the property as an Vector of Objects.
getPropertyNames() - Method in class odml.core.Section
Returns a list of the property names in this section.
getPropertyPart() - Method in class odml.util.SectionPath
 
getReference() - Method in class odml.core.Section
Get the reference element of the Section.
getRelatedSection(String) - Method in class odml.core.Section
Returns that Section of the specified type that has the strongest relation to this section.
getRelatedSections(String) - Method in class odml.core.Section
Returns all Sections that have the specified type and are have the strongest relation to this section.
getRepository() - Method in class odml.core.Section
Get the URL of the linked terminology.
getRestPath() - Method in class odml.util.SectionPath
 
getRootSection() - Method in class odml.core.Reader
Returns the rootSection of the odMLTree, i.e. the root of type Section
getRootSection() - Method in class odml.core.Section
Returns the root of the odml-tree.
getSection(int) - Method in class odml.core.Section
Returns a subsection as defined by the index.
getSection(String) - Method in class odml.core.Section
Returns the first section with its name matching the argument.
getSectionByType(String) - Method in class odml.core.Section
Return a child section that matches the requested type.
getSections() - Method in class odml.core.Section
Returns all first level subsections.
getSectionsByType(String) - Method in class odml.core.Section
Returns a Vector of subsections of the requested type.
getText() - Method in class odml.core.Property
Returns the first value's content as String.
getText(int) - Method in class odml.core.Property
Returns the i-th value's content as String.
getText(String) - Method in class odml.core.Section
Returns the first value's content of the defined property as text.
getText(String, int) - Method in class odml.core.Section
Returns the i-th value's text content of the defined property.
getTime() - Method in class odml.core.Property
Returns the time component of first value's content if possible.
getTime(int) - Method in class odml.core.Property
Returns the time component of i-th value's content if possible.
getTime(String) - Method in class odml.core.Section
Returns the time component of the first value's content of the defined property.
getTime(String, int) - Method in class odml.core.Section
Returns the time component of the i-th value's content of the defined property.
getType() - Method in class odml.core.Property
Get the value's data type.
getType() - Method in class odml.core.Section
Returns the type of this section.
getUnit() - Method in class odml.core.Property
Get the property's unit.
getUnit(int) - Method in class odml.core.Property
Get the unit of the propertie's value specified via an index.
getValue() - Method in class odml.core.Property
Returns the first value
getValue(int) - Method in class odml.core.Property
Get a certain value = value-content identified by its index.
getValueChecksum() - Method in class odml.core.Property
Returns the checksum of the first value stored in this porperty.
getValueChecksum(int) - Method in class odml.core.Property
Returns the checksum stored in the specified value.
getValueDefinition(int) - Method in class odml.core.Property
Get the definition of a certain value identified by its index.
getValueDefinitions() - Method in class odml.core.Property
Get the value Definitions.
getValueEncoder() - Method in class odml.core.Property
Returns the encoder of the first value.
getValueEncoder(int) - Method in class odml.core.Property
Returns the encoder of the value specfied by the index.
getValueFilename() - Method in class odml.core.Property
Returns the mimetype of the property.
getValueFilename(int) - Method in class odml.core.Property
Returns the filename information stored in the specified value defined by the index.
getValueIds() - Method in class odml.core.Property
Deprecated. 
getValueIndex(Object) - Method in class odml.core.Property
Get the index of a certain value.
getValueIndex(Object, int) - Method in class odml.core.Property
Get the index of a value.
getValueReference(int) - Method in class odml.core.Property
Get the id stored for a certain value identified by the value's index.
getValueReferences() - Method in class odml.core.Property
Get the value references.
getValues() - Method in class odml.core.Property
Get the propertie's values
getValueUncertainties() - Method in class odml.core.Property
Get the uncertainties stored in this property.
getValueUncertainty() - Method in class odml.core.Property
Get the uncertainty estimation stored for the value.
getValueUncertainty(int) - Method in class odml.core.Property
Get the uncertainty estimation stored for a certain value defined by its index.
getWholeValue() - Method in class odml.core.Property
Returns the first whole value, meaning the class Value
getWholeValue(int) - Method in class odml.core.Property
Get a certain value of class Value (meaning with all it's details) identified by its index.

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