Package com.independentsoft.office.odf
Class ConfigurationItemMapNamed
java.lang.Object
com.independentsoft.office.odf.ConfigurationItemMapNamed
- All Implemented Interfaces:
IConfigurationItem
Represents a sequence of application setting elements. Each sequence is identified by the value of its name attribute.
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the ConfigurationItemMapNamed class. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.getItems()Contains a collection of ConfigurationItemMapEntry objects.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 ConfigurationItemMapNamed object to its equivalent string representation.
-
Constructor Details
-
ConfigurationItemMapNamed
public ConfigurationItemMapNamed()Initializes a new instance of the ConfigurationItemMapNamed 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 ConfigurationItemMapNamed 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 ConfigurationItemMapEntry objects.- Returns:
- the items
-