Uses of Class
de.hybris.platform.commons.enums.DocumentTypeEnum
-
Packages that use DocumentTypeEnum Package Description de.hybris.platform.commons.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.commons.model Contains generated models for each type of de.hybris.platform.commons.jalo package. -
-
Uses of DocumentTypeEnum in de.hybris.platform.commons.enums
Methods in de.hybris.platform.commons.enums that return DocumentTypeEnum Modifier and Type Method Description static DocumentTypeEnumDocumentTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DocumentTypeEnum[]DocumentTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DocumentTypeEnum in de.hybris.platform.commons.model
Methods in de.hybris.platform.commons.model that return DocumentTypeEnum Modifier and Type Method Description DocumentTypeEnumFormatModel. getDocumentType()Generated method - Getter of theFormat.documentTypeattribute defined at extensioncommons.Methods in de.hybris.platform.commons.model with parameters of type DocumentTypeEnum Modifier and Type Method Description voidFormatModel. setDocumentType(DocumentTypeEnum value)Generated method - Setter ofFormat.documentTypeattribute defined at extensioncommons.Constructors in de.hybris.platform.commons.model with parameters of type DocumentTypeEnum Constructor Description FormatModel(java.lang.String _code, DocumentTypeEnum _documentType, ItemFormatterModel _initial)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFormatModel(java.lang.String _code, DocumentTypeEnum _documentType, ItemFormatterModel _initial, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-