getProperties method
return all properties
Implementation
Iterable<AbstractPropertyDescriptor> getProperties() {
return _properties.values;
}
return all properties
Iterable<AbstractPropertyDescriptor> getProperties() {
return _properties.values;
}