Class CmsStructureEnumTypeComponentTypeAttributePopulator

    • Constructor Detail

      • CmsStructureEnumTypeComponentTypeAttributePopulator

        public CmsStructureEnumTypeComponentTypeAttributePopulator()
    • Method Detail

      • getEnumConstantsFromClass

        protected java.util.List<java.lang.String> getEnumConstantsFromClass​(java.lang.Class enumClass)
        This method returns the possible constants (keys) of the enumeration described by the provided class. For Java enums, these are the enum constants. For Hybris enums, these are the enum codes.
        Parameters:
        enumClass - The class the defines the enumeration to analyze.
        Returns:
        List with the enumeration constants.
      • getPrefix

        protected java.lang.String getPrefix()
      • setPrefix

        public void setPrefix​(java.lang.String prefix)
      • getSuffix

        protected java.lang.String getSuffix()
      • setSuffix

        public void setSuffix​(java.lang.String suffix)
      • setEnumerationService

        public void setEnumerationService​(EnumerationService enumerationService)