public class TDMSObject
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<TDMSProperty> |
properties |
| Constructor and Description |
|---|
TDMSObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(TDMSProperty property) |
java.util.Map<java.lang.String,java.lang.String> |
getSortedMapWithStringValues()
Returns the properties as HashMap
|
public java.util.List<TDMSProperty> properties
public void addProperty(TDMSProperty property)
public java.util.Map<java.lang.String,java.lang.String> getSortedMapWithStringValues()
throws TDMSParserException
TDMSParserException