FileNoteFileType

enum FileNoteFileType : Enum<FileNoteFileType> , ConvertibleToJava<FileNoteFileType>

This field provides information about the type of file identified

Entries

Link copied to clipboard
Link copied to clipboard

The file is human readable source code (.c, .html, etc.)

Link copied to clipboard

The file is a compiled object, target image or binary executable (.o, .a, etc.)

Link copied to clipboard

The file represents an archive (.tar, .jar, etc.)

Link copied to clipboard

The file is associated with a specific application type (MIME type of application/*) */

Link copied to clipboard

The file is associated with an audio file (MIME type of audio/* , e.g. .mp3) */

Link copied to clipboard

The file is associated with an picture image file (MIME type of image/*, e.g., .jpg, .gif) */

Link copied to clipboard

The file is human readable text file (MIME type of text/*) */

Link copied to clipboard

The file is associated with a video file type (MIME type of video/*) */

Link copied to clipboard

The file serves as documentation

Link copied to clipboard

The file is an SPDX document

Link copied to clipboard

The file doesn't fit into the above categories (generated artifacts, data files, etc.)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): FileNoteFileType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: FileNoteFileType
Link copied to clipboard
Link copied to clipboard