Class CMSComponentAttribute

java.lang.Object
io.goobi.viewer.model.cms.pages.content.CMSComponentAttribute
All Implemented Interfaces:
Serializable

public class CMSComponentAttribute extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getValue

      public String getValue()
      Returns:
      the value
    • getName

      public String getName()
      Returns:
      the name
    • getLabel

      public String getLabel()
      Returns:
      the label
    • getType

      public String getType()
      Returns:
      the type
    • getOptions

      public List<Option> getOptions()
      Returns:
      the options
    • getBooleanValue

      public boolean getBooleanValue()
    • isDisplay

      public boolean isDisplay()
    • isBooleanValue

      public boolean isBooleanValue()
    • loadFromXML

      public static CMSComponentAttribute loadFromXML(org.jdom2.Element element)
      Parameters:
      element -
      Returns:
      CMSComponentAttribute