Enum CoTypeGroup

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CONFIG
      Config type
      DOCUMENT
      Document type
      IMAGE
      Image type
      NONE
      No group
      REGULAR
      Regular type
    • Enum Constant Detail

      • REGULAR

        public static final CoTypeGroup REGULAR
        Regular type
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • IMAGE

        public static final CoTypeGroup IMAGE
        Image type
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • DOCUMENT

        public static final CoTypeGroup DOCUMENT
        Document type
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • CONFIG

        public static final CoTypeGroup CONFIG
        Config type
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • NONE

        public static final CoTypeGroup NONE
        No group
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.