Constant and description |
---|
EXPLICIT
Conversion is explicitly set. |
FORBIDDEN_CONVERSION
No conversion is allowed to the target language. |
IMPLICIT
Implicit conversion. |
Modifier and type | Action and description |
---|---|
static ConversionType | valueOf(String) |
static ConversionType | values |
static val EXPLICIT : ConversionType
static val FORBIDDEN_CONVERSION : ConversionType
static val IMPLICIT : ConversionType
def valueOf(String) : ConversionType
def values : ConversionType