Added method to retrieve all properties

This commit is contained in:
Christian Basler 2015-10-18 18:22:49 +02:00
parent 3f1b41a2c1
commit 1e605f56a5

View File

@ -54,6 +54,10 @@ public class Property {
return null;
}
public Property[] getProperties() {
return properties;
}
@Override
public String toString() {
return toString("");