Package com.independentsoft.office.odf
Class Configuration
java.lang.Object
com.independentsoft.office.odf.Configuration
- All Implemented Interfaces:
IConfigurationItem
Represents a container element for application setting elements.
-
Constructor Summary
Constructors -
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 Configuration object to its equivalent string representation.
-
Constructor Details
-
Configuration
public Configuration()Initializes a new instance of the Configuration 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 Configuration 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
-