public class CmsPreferenceData extends java.lang.Object
Constructor and Description |
---|
CmsPreferenceData(java.lang.String name,
java.lang.String value,
CmsXmlContentProperty prop,
java.lang.String tab)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultValue()
Gets the default value for the preference.
|
java.lang.String |
getName()
Gets the name of the preference.
|
CmsXmlContentProperty |
getPropertyDefinition()
Gets the preference definition.
|
java.lang.String |
getTab()
Gets the tab on which the preference should be displayed.
|
public CmsPreferenceData(java.lang.String name, java.lang.String value, CmsXmlContentProperty prop, java.lang.String tab)
name
- the preference namevalue
- the preference valueprop
- the preference configurationtab
- the tab on which to display the preferencepublic java.lang.String getDefaultValue()
public java.lang.String getName()
public CmsXmlContentProperty getPropertyDefinition()
public java.lang.String getTab()