Role

enum Role : Enum<Role> (source)

Constructors

Link copied to clipboard
private constructor()

Entries

Link copied to clipboard
@Json(name = "added")
Added
Link copied to clipboard
@Json(name = "analysisTarget")
AnalysisTarget
Link copied to clipboard
@Json(name = "attachment")
Attachment
Link copied to clipboard
@Json(name = "debugOutputFile")
DebugOutputFile
Link copied to clipboard
@Json(name = "deleted")
Deleted
Link copied to clipboard
@Json(name = "directory")
Directory
Link copied to clipboard
@Json(name = "driver")
Driver
Link copied to clipboard
@Json(name = "extension")
Extension
Link copied to clipboard
@Json(name = "memoryContents")
MemoryContents
Link copied to clipboard
@Json(name = "modified")
Modified
Link copied to clipboard
@Json(name = "policy")
Policy
Link copied to clipboard
@Json(name = "referencedOnCommandLine")
ReferencedOnCommandLine
Link copied to clipboard
@Json(name = "renamed")
Renamed
Link copied to clipboard
@Json(name = "responseFile")
ResponseFile
Link copied to clipboard
@Json(name = "resultFile")
ResultFile
Link copied to clipboard
@Json(name = "standardStream")
StandardStream
Link copied to clipboard
@Json(name = "taxonomy")
Taxonomy
Link copied to clipboard
@Json(name = "toolSpecifiedConfiguration")
ToolSpecifiedConfiguration
Link copied to clipboard
@Json(name = "tracedFile")
TracedFile
Link copied to clipboard
@Json(name = "translation")
Translation
Link copied to clipboard
@Json(name = "uncontrolled")
Uncontrolled
Link copied to clipboard
@Json(name = "unmodified")
Unmodified
Link copied to clipboard
@Json(name = "userSpecifiedConfiguration")
UserSpecifiedConfiguration

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): Role

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
fun values(): Array<Role>

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