Package | Description |
---|---|
org.ballerinalang.composer.server.spi |
Modifier and Type | Method and Description |
---|---|
ServiceType |
ServiceInfo.getType() |
static ServiceType |
ServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
ServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceInfo.setType(ServiceType type) |
Constructor and Description |
---|
ServiceInfo(String name,
String path,
ServiceType type) |
Copyright © 2018 WSO2. All rights reserved.