Class orion.settings.Setting
Represents the definition of a setting.
Defined in: </shared/eclipse/e4/orion/I201306251555/plugins/org.eclipse.orion.client.ui/web/orion/settings/settingsRegistry.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Represents the definition of a setting.
|
Method Attributes | Method Name and Description |
---|---|
getName()
|
|
getPid()
|
|
getTags()
|
|
isDefaults(properties)
|
Method Detail
{orion.metatype.AttributeDefinition[]}
getAttributeDefinitions()
- Returns:
- {orion.metatype.AttributeDefinition[]}
{String}
getCategory()
- Returns:
- {String} The category of this setting.
{String}
getName()
- Returns:
- {String}
{String}
getObjectClassDefinitionId()
- Returns:
- {String}
{String}
getPid()
- Returns:
- {String}
{String[]}
getTags()
- Returns:
- {String[]}
{Boolean}
isDefaults(properties)
- Parameters:
- {Object} properties
- A map of AttributeDefinition IDs to values.
- Returns:
- {Boolean}
true
ifproperties
contains a key for each of this setting's AttributeDefinitions, and the corresponding value equals the AttributeDefinition's default value.