Modifier and Type | Field and Description |
---|---|
static BType |
typeAny |
static BType |
typeBoolean |
static BType |
typeByte |
static BType |
typeDesc |
static BType |
typeFloat |
static BType |
typeFuture |
static BType |
typeInt |
static BType |
typeIterator |
static BType |
typeJSON |
static BType |
typeMap |
static BType |
typeNull |
static BType |
typeStream |
static BType |
typeString |
static BType |
typeTable |
static BType |
typeXML |
static BType |
typeXMLAttributes |
Modifier and Type | Method and Description |
---|---|
static BType |
getTypeFromName(String typeName) |
static boolean |
isValueType(BType type) |
public static BType typeInt
public static BType typeByte
public static BType typeFloat
public static BType typeString
public static BType typeBoolean
public static BType typeXML
public static BType typeJSON
public static BType typeTable
public static BType typeStream
public static BType typeAny
public static BType typeDesc
public static BType typeMap
public static BType typeFuture
public static BType typeNull
public static BType typeXMLAttributes
public static BType typeIterator
Copyright © 2018 WSO2. All rights reserved.