Package | Description |
---|---|
org.ballerinalang.connector.api | |
org.ballerinalang.connector.impl |
Modifier and Type | Method and Description |
---|---|
Value.Type |
StructField.getFieldType()
Returns the annotation field's type.
|
Value.Type |
Value.getType()
Returns the type of the value.
|
static Value.Type |
Value.Type.getType(BValue value) |
static Value.Type |
Value.Type.getType(int tag) |
static Value.Type |
Value.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Value.Type[] |
Value.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Value.Type |
ValueImpl.getType() |
Copyright © 2018 WSO2. All rights reserved.