Class Actions
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.Actions
-
public class Actions extends java.lang.ObjectJava class for actions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="actions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice maxOccurs="unbounded" minOccurs="0"> <element name="three-dots-group" type="{http://www.hybris.com/cockpit/config/hybris}action-group-three-dots"/> <element name="extended-group" type="{http://www.hybris.com/cockpit/config/hybris}action-group-extended"/> <element name="split-group" type="{http://www.hybris.com/cockpit/config/hybris}action-group-split"/> <element name="group" type="{http://www.hybris.com/cockpit/config/hybris}action-group"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ActionGroup>group
-
Constructor Summary
Constructors Constructor Description Actions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ActionGroup>getGroup()
-
-
-
Field Detail
-
group
protected java.util.List<ActionGroup> group
-
-
Method Detail
-
getGroup
public java.util.List<ActionGroup> getGroup()
-
-