Package | Description |
---|---|
org.ballerinalang.langserver.index | |
org.ballerinalang.langserver.index.dto |
Modifier and Type | Method and Description |
---|---|
static ObjectType |
ObjectType.get(BObjectTypeSymbol objectTypeSymbol)
Get the enum value from
BObjectTypeSymbol . |
static ObjectType |
ObjectType.get(int ordinal)
Get the enum value from ordinal.
|
static ObjectType |
ObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectType[] |
ObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectType |
BObjectTypeSymbolDTO.getType() |
Modifier and Type | Method and Description |
---|---|
BObjectTypeSymbolDTO.BObjectTypeSymbolDTOBuilder |
BObjectTypeSymbolDTO.BObjectTypeSymbolDTOBuilder.setType(ObjectType type) |
Copyright © 2019 WSO2. All rights reserved.