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

P

Property - Class in odml.core
The Property class constitutes the building block of any odML file that actually stores the information.
Property(String, Object) - Constructor for class odml.core.Property
Default constructor for creating a property.
Property(String, Object, String) - Constructor for class odml.core.Property
 
Property(String, Object, String, Object, String) - Constructor for class odml.core.Property
 
Property(Vector<Object>) - Constructor for class odml.core.Property
Creates a Property from a Vector containing the property data in the following sequence: "name","reference","value","unit","uncertainty","type","fileName","valueDefinition","propertyDefinition", "dependency","dependencyValue", "synonym","mappingURL"
Property(String, Vector<Value>, String, String, String, URL) - Constructor for class odml.core.Property
Creates a Property directly from a Value-Vector; used by the Reader
Property(String, String, Object, String, Object, String, String, String, String, String, String, URL) - Constructor for class odml.core.Property
Constructor for a property with a single value and according further informations.
Property(String, Vector<Object>, Vector<String>, String, Vector<Object>, String, Vector<String>, Vector<String>, String, String, String, URL) - Constructor for class odml.core.Property
Constructor for a property with more than one value and the according other informations.
propertyCount() - Method in class odml.core.Section
Returns the number of properties stored in this section.

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