getProperties method

return all properties

Implementation

Iterable<AbstractPropertyDescriptor> getProperties() {
  return _properties.values;
}