public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Type | Property and Description |
|---|---|
Property |
create
Create an instance of
Property |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package:
de.hybris.platform.cockpit.services.config.jaxb.gridview
|
| Modifier and Type | Method and Description |
|---|---|
ActionSlotConfiguration |
createActionSlotConfiguration()
Create an instance of
ActionSlotConfiguration |
GridView |
createGridView()
Create an instance of
GridView |
ImageSlotConfiguration |
createImageSlotConfiguration()
Create an instance of
ImageSlotConfiguration |
Parameter |
createParameter()
Create an instance of
Parameter |
Property |
createProperty()
Create an instance of
Property |
PropertySlotConfiguration |
createPropertySlotConfiguration()
Create an instance of
PropertySlotConfiguration |
public ObjectFactory()
public ActionSlotConfiguration createActionSlotConfiguration()
ActionSlotConfigurationpublic ImageSlotConfiguration createImageSlotConfiguration()
ImageSlotConfigurationpublic PropertySlotConfiguration createPropertySlotConfiguration()
PropertySlotConfigurationCopyright © 2017 SAP SE. All Rights Reserved.