Class CMSComponentAttribute
java.lang.Object
io.goobi.viewer.model.cms.pages.content.CMSComponentAttribute
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionCMSComponentAttribute
(CMSComponentAttribute orig, String value) CMSComponentAttribute
(String name, String label, String type, boolean display, boolean booleanValue, List<Option> options, String value) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getLabel()
getName()
getType()
getValue()
boolean
boolean
static CMSComponentAttribute
loadFromXML
(org.jdom2.Element element)
-
Constructor Details
-
CMSComponentAttribute
-
CMSComponentAttribute
-
CMSComponentAttribute
-
-
Method Details
-
getValue
- Returns:
- the value
-
getName
- Returns:
- the name
-
getLabel
- Returns:
- the label
-
getType
- Returns:
- the type
-
getOptions
- Returns:
- the options
-
getBooleanValue
public boolean getBooleanValue() -
isDisplay
public boolean isDisplay() -
isBooleanValue
public boolean isBooleanValue() -
loadFromXML
- Parameters:
element
-- Returns:
CMSComponentAttribute
-