Class GeneratedCms2Constants.Enumerations.CmsItemDisplayStatus

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DRAFT  
      static java.lang.String IN_PROGRESS  
      static java.lang.String READY_TO_SYNC  
      static java.lang.String SYNCED  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DRAFT

        public static final java.lang.String DRAFT
      • IN_PROGRESS

        public static final java.lang.String IN_PROGRESS
      • READY_TO_SYNC

        public static final java.lang.String READY_TO_SYNC
      • SYNCED

        public static final java.lang.String SYNCED
    • Constructor Detail

      • CmsItemDisplayStatus

        public CmsItemDisplayStatus()