A source language.
More...
◆ SourceLanguage()
fm.liveswitch.SourceLanguage.SourceLanguage |
( |
int |
value | ) |
|
◆ [static initializer]()
fm.liveswitch.SourceLanguage.[static initializer] |
|
static |
◆ getAssignedValue()
int fm.liveswitch.SourceLanguage.getAssignedValue |
( |
| ) |
|
◆ getByAssignedValue()
static SourceLanguage fm.liveswitch.SourceLanguage.getByAssignedValue |
( |
int |
value | ) |
|
|
static |
◆ CSharp
fm.liveswitch.SourceLanguage.CSharp =(1) |
Indicates that the source language is C#.
◆ Java
fm.liveswitch.SourceLanguage.Java =(2) |
Indicates that the source language is Java.
◆ ObjectiveC
fm.liveswitch.SourceLanguage.ObjectiveC =(3) |
Indicates that the source language is Objective-C.
◆ TypeScript
fm.liveswitch.SourceLanguage.TypeScript =(4) |
Indicates that the source language is TypeScript.