io.sarl.lang.extralanguage.compiler
Enumeration ConversionType
All Superinterfaces:
java.io.Serializable, java.lang.Comparable<T>, java.lang.constant.Constable
final enum ConversionType
extends java.lang.Object
Type of feature conversion.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.6
Enumeration Constant Summary
Constant and description
EXPLICIT
Conversion is explicitly set.
FORBIDDEN_CONVERSION
No conversion is allowed to the target language.
IMPLICIT
Implicit conversion.
Action Summary
Modifier and type Action and description
static ConversionType valueOf(String)
static ConversionType values
Enumeration Constant Details
EXPLICIT
static val EXPLICIT : ConversionType
Conversion is explicitly set.
FORBIDDEN_CONVERSION
static val FORBIDDEN_CONVERSION : ConversionType
No conversion is allowed to the target language.
IMPLICIT
static val IMPLICIT : ConversionType
Implicit conversion. Usually, the feature remains the same.
Action Details
valueOf(String)
def valueOf(String) : ConversionType
values
def values : ConversionType