Class AllowedValueWithIcon

  • All Implemented Interfaces:
    java.io.Serializable

    public class AllowedValueWithIcon
    extends AllowedValue
    implements java.io.Serializable
    An allowed value which has an icon <p>Java class for AllowedValueWithIcon complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AllowedValueWithIcon"&gt; &lt;complexContent&gt; &lt;extension base="{http://flower.com/docs/domain/tagclass}AllowedValue"&gt; &lt;sequence&gt; &lt;element name="icon" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • icon

        protected java.lang.String icon
        The icon as CSS class of an allowed value
    • Constructor Detail

      • AllowedValueWithIcon

        public AllowedValueWithIcon()
        Default no-arg constructor abc
      • AllowedValueWithIcon

        public AllowedValueWithIcon​(java.util.List<I18NLabel> displayNames,
                                    java.util.List<AllowedValue> allowedValues,
                                    java.lang.String symbolicName,
                                    java.lang.String icon)
        Fully-initialising value constructor
    • Method Detail

      • getIcon

        public java.lang.String getIcon()
        Gets the value of the icon property. <p> The icon as CSS class of an allowed value
        Returns:
        possible object is String
      • setIcon

        public void setIcon​(java.lang.String value)
        Sets the value of the icon property.
        Parameters:
        value - allowed object is String
        See Also:
        getIcon()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class AllowedValue