public abstract class AbstractSection extends Positioned
Java class for abstractSection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstractSection">
<complexContent>
<extension base="{http://www.hybris.com/cockpitng/config/common}positioned">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
mergeMode |
protected String |
name |
position| Constructor and Description |
|---|
AbstractSection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMergeMode()
Gets the value of the mergeMode property.
|
String |
getName()
Gets the value of the name property.
|
void |
setMergeMode(String value)
Sets the value of the mergeMode property.
|
void |
setName(String value)
Sets the value of the name property.
|
getPosition, setPositionpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getMergeMode()
StringCopyright © 2018. All rights reserved.