Class Attribute
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.config.compareview.jaxb.Attribute
-
public class Attribute extends Positioned
Java class for attribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attribute"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/config/common}positioned"> <sequence> <element name="parameter" type="{http://www.hybris.com/cockpitng/config/common}parameter" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="merge-mode" type="{http://www.hybris.com/cockpitng/config/common}MergeMode" default="MERGE" /> <attribute name="qualifier" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="renderer" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="editor" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringeditorprotected java.lang.Stringlabelprotected MergeModemergeModeprotected java.util.List<Parameter>parameterprotected java.lang.Stringqualifierprotected java.lang.Stringrenderer-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description Attribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEditor()Gets the value of the editor property.java.lang.StringgetLabel()Gets the value of the label property.MergeModegetMergeMode()Gets the value of the mergeMode property.java.util.List<Parameter>getParameter()Gets the value of the parameter property.java.lang.StringgetQualifier()Gets the value of the qualifier property.java.lang.StringgetRenderer()Gets the value of the renderer property.voidsetEditor(java.lang.String value)Sets the value of the editor property.voidsetLabel(java.lang.String value)Sets the value of the label property.voidsetMergeMode(MergeMode value)Sets the value of the mergeMode property.voidsetQualifier(java.lang.String value)Sets the value of the qualifier property.voidsetRenderer(java.lang.String value)Sets the value of the renderer property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
Method Detail
-
getParameter
public java.util.List<Parameter> getParameter()
Gets the value of the parameter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the parameter property.For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
-
getMergeMode
public MergeMode getMergeMode()
Gets the value of the mergeMode property.- Returns:
- possible object is
MergeMode
-
setMergeMode
public void setMergeMode(MergeMode value)
Sets the value of the mergeMode property.- Parameters:
value- allowed object isMergeMode
-
getQualifier
public java.lang.String getQualifier()
Gets the value of the qualifier property.- Returns:
- possible object is
String
-
setQualifier
public void setQualifier(java.lang.String value)
Sets the value of the qualifier property.- Parameters:
value- allowed object isString
-
getLabel
public java.lang.String getLabel()
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
public void setLabel(java.lang.String value)
Sets the value of the label property.- Parameters:
value- allowed object isString
-
getRenderer
public java.lang.String getRenderer()
Gets the value of the renderer property.- Returns:
- possible object is
String
-
setRenderer
public void setRenderer(java.lang.String value)
Sets the value of the renderer property.- Parameters:
value- allowed object isString
-
getEditor
public java.lang.String getEditor()
Gets the value of the editor property.- Returns:
- possible object is
String
-
setEditor
public void setEditor(java.lang.String value)
Sets the value of the editor property.- Parameters:
value- allowed object isString
-
-