Uses of Class
de.hybris.bootstrap.typesystem.YEnumType
Packages that use YEnumType
Package
Description
-
Uses of YEnumType in de.hybris.bootstrap.codegenerator.jalo
Methods in de.hybris.bootstrap.codegenerator.jalo that return types with arguments of type YEnumTypeModifier and TypeMethodDescriptionConstantsWriter.getDeclaredEnumTypes()ConstantsWriter.getExtendedEnumTypes() -
Uses of YEnumType in de.hybris.bootstrap.codegenerator.model
Methods in de.hybris.bootstrap.codegenerator.model with parameters of type YEnumTypeModifier and TypeMethodDescriptionstatic StringModelNameUtils.getEnumModel(YEnumType enumType, String packageRoot) Gets the enum model class string (including package) to given code. -
Uses of YEnumType in de.hybris.bootstrap.codegenerator.model.enums
Constructors in de.hybris.bootstrap.codegenerator.model.enums with parameters of type YEnumTypeModifierConstructorDescriptionAbstractEnumWriter(CodeGenerator gen, YExtension ext, YEnumType myEnum) ClassEnumWriter(CodeGenerator gen, YExtension ext, YEnumType myEnum) JavaEnumWriter(CodeGenerator gen, YExtension ext, YEnumType myEnum) -
Uses of YEnumType in de.hybris.bootstrap.ddl
Methods in de.hybris.bootstrap.ddl with parameters of type YEnumTypeModifier and TypeMethodDescriptionprotected voidDMLRecordFactory.addEnumerationValues(YEnumType yEnumType) protected YRecordDMLRecordFactory.addEnumType(YEnumType enumType) -
Uses of YEnumType in de.hybris.bootstrap.typesystem
Methods in de.hybris.bootstrap.typesystem that return YEnumTypeModifier and TypeMethodDescriptionYEnumValue.getEnumType()PatchedYTypeSystemLoader.loadEnumType(EnumTypeDTO enumTypeDTO) YTypeSystemHandler.loadEnumType(EnumTypeDTO enumTypeDTO) YTypeSystemLoader.loadEnumType(EnumTypeDTO dto) Methods in de.hybris.bootstrap.typesystem that return types with arguments of type YEnumType