Added method to retrieve all properties
This commit is contained in:
parent
3f1b41a2c1
commit
1e605f56a5
@ -54,6 +54,10 @@ public class Property {
|
||||
return null;
|
||||
}
|
||||
|
||||
public Property[] getProperties() {
|
||||
return properties;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return toString("");
|
||||
|
Loading…
Reference in New Issue
Block a user