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