Search

vRO intrinsic class ConfigurationElement

ConfigurationElement

Attributes

Name Type Description
attributes Attribute[] Returns the attribute list of the configuration element.
configurationElementCategory Object Returns the category object of the configuration element
description String Returns the description of the configuration element.
name String Returns the name of the configuration element.
version String Returns the version of the configuration element.
versionHistoryItems VersionHistoryItem[] Returns the versionHistoryItem list of the configuration element.

Methods

Name Returns
getAttributeWithKey(String key) Attribute
reload() void
removeAttributeWithKey(String key) void
setAttributeWithKey(String key, Object value) void

Returned by

Method Returns
Server.createConfigurationElement(Object category, String name) ConfigurationElement

Referenced in

None