### YamlMime:JavaType inheritances: - methods: - fullName: system.fabric.description.ConfigurationSection.getName() name: getName() nameWithType: ConfigurationSection.getName() returns: description:

the name.

type: summary: >-

The name of the section.

syntax: public String getName() uid: system.fabric.description.ConfigurationSection.getName() - fullName: system.fabric.description.ConfigurationSection.getParameters() name: getParameters() nameWithType: ConfigurationSection.getParameters() returns: description: >-

of String key and value.

type: HashMap<String, > summary: >-

The key/value pair of a configuration property.

syntax: public HashMap getParameters() uid: system.fabric.description.ConfigurationSection.getParameters() nameWithType: ConfigurationSection syntax: public class ConfigurationSection type: class uid: system.fabric.description.ConfigurationSection fullName: system.fabric.description.ConfigurationSection name: ConfigurationSection package: system.fabric.description summary:

Defines any configuration that can be written and read from a configuration store

metadata: {}