Enum CoType

    • Enum Constant Detail

      • UNKNOWN

        public static final CoType UNKNOWN
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • FOLDER

        public static final CoType FOLDER
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • STRING

        public static final CoType STRING
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • TEXT

        public static final CoType TEXT
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • CSS

        public static final CoType CSS
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • JSP

        public static final CoType JSP
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • GIF

        public static final CoType GIF
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • JPEG

        public static final CoType JPEG
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • PNG

        public static final CoType PNG
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • SVG

        public static final CoType SVG
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • AUDIO

        public static final CoType AUDIO
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • AAC_AUDIO

        public static final CoType AAC_AUDIO
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • HTML

        public static final CoType HTML
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • EXCEL

        public static final CoType EXCEL
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • EXCEL_OPENXML

        public static final CoType EXCEL_OPENXML
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • POWERPOINT

        public static final CoType POWERPOINT
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • POWERPOINT_OPENXML

        public static final CoType POWERPOINT_OPENXML
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • WORD

        public static final CoType WORD
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • WORD_OPENXML

        public static final CoType WORD_OPENXML
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • OD_SPREADSHEET

        public static final CoType OD_SPREADSHEET
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • OD_PRESENTATION

        public static final CoType OD_PRESENTATION
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • OD_TEXT

        public static final CoType OD_TEXT
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • CSV

        public static final CoType CSV
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • JSON

        public static final CoType JSON
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • MP3

        public static final CoType MP3
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • MP4

        public static final CoType MP4
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • MPEG

        public static final CoType MPEG
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • OGG_AUDIO

        public static final CoType OGG_AUDIO
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • OGG_VIDEO

        public static final CoType OGG_VIDEO
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • WEBM_AUDIO

        public static final CoType WEBM_AUDIO
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • WEBM_VIDEO

        public static final CoType WEBM_VIDEO
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • WEBP_IMAGE

        public static final CoType WEBP_IMAGE
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • PDF

        public static final CoType PDF
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • PLAIN_TEXT

        public static final CoType PLAIN_TEXT
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • QUICKTIME

        public static final CoType QUICKTIME
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • RTF

        public static final CoType RTF
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • XML

        public static final CoType XML
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • DVI

        public static final CoType DVI
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • AVI

        public static final CoType AVI
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • FLASH

        public static final CoType FLASH
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • WAV

        public static final CoType WAV
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • ZIP

        public static final CoType ZIP
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name of this co type value
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • getGroup

        public CoTypeGroup getGroup()
        Returns:
        the group
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • matches

        public boolean matches​(IContentObjectType coType)
        Parameters:
        coType -
        Returns:
        true if this co type corresponds to the given content object type
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • matches

        public boolean matches​(String coTypeName)
        Parameters:
        coTypeName - name of a co type
        Returns:
        true if this co type corresponds to the given co type name
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.