Package com.independentsoft.office.odf
Class ConfigurationItemMapEntry
java.lang.Object
com.independentsoft.office.odf.ConfigurationItemMapEntry
- All Implemented Interfaces:
IConfigurationItem
Represents a container element for application setting elements.
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the ConfigurationItemMapEntry class. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.getItems()Contains a collection of configuration items.getName()Gets the name of an application setting, an application setting sequence, or an application setting container.voidSets the name of an application setting, an application setting sequence, or an application setting container.toString()Converts the value of the current ConfigurationItemMapEntry object to its equivalent string representation.
-
Constructor Details
-
ConfigurationItemMapEntry
public ConfigurationItemMapEntry()Initializes a new instance of the ConfigurationItemMapEntry class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance.- Specified by:
clonein interfaceIConfigurationItem- Overrides:
clonein classObject- Returns:
- A new object that is a copy of this instance.
-
toString
Converts the value of the current ConfigurationItemMapEntry object to its equivalent string representation. -
getName
Gets the name of an application setting, an application setting sequence, or an application setting container.- Returns:
- the name
-
setName
Sets the name of an application setting, an application setting sequence, or an application setting container.- Parameters:
name- the new name
-
getItems
Contains a collection of configuration items.- Returns:
- the items
-