| Package | Description |
|---|---|
| de.hybris.platform.basecommerce.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.deeplink.model.media |
Contains generated models for each type of de.hybris.platform.deeplink.jalo.media package.
|
| Modifier and Type | Field and Description |
|---|---|
static BarcodeType |
BarcodeType.DATAMATRIX
Generated enum value for BarcodeType.DATAMATRIX declared at extension basecommerce.
|
static BarcodeType |
BarcodeType.QR
Generated enum value for BarcodeType.QR declared at extension basecommerce.
|
| Modifier and Type | Method and Description |
|---|---|
static BarcodeType |
BarcodeType.valueOf(String code)
Returns a BarcodeType instance representing the specified enum value.
|
| Modifier and Type | Method and Description |
|---|---|
BarcodeType |
BarcodeMediaModel.getBarcodeType()
Generated method - Getter of the
BarcodeMedia.barcodeType attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
BarcodeMediaModel.setBarcodeType(BarcodeType value)
Generated method - Setter of
BarcodeMedia.barcodeType attribute defined at extension basecommerce. |
| Constructor and Description |
|---|
BarcodeMediaModel(String _barcodeText,
BarcodeType _barcodeType,
CatalogVersionModel _catalogVersion,
String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BarcodeMediaModel(String _barcodeText,
BarcodeType _barcodeType,
CatalogVersionModel _catalogVersion,
String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
Copyright © 2017 SAP SE. All Rights Reserved.