| Package | Description |
|---|---|
| io.apiman.manager.api.beans.gateways | |
| io.apiman.manager.api.beans.summary |
| Modifier and Type | Method and Description |
|---|---|
GatewayType |
UpdateGatewayBean.getType() |
GatewayType |
NewGatewayBean.getType() |
GatewayType |
GatewayBean.getType() |
static GatewayType |
GatewayType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GatewayType[] |
GatewayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGatewayBean.setType(GatewayType type) |
void |
NewGatewayBean.setType(GatewayType type) |
void |
GatewayBean.setType(GatewayType type) |
| Modifier and Type | Method and Description |
|---|---|
GatewayType |
GatewaySummaryBean.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
GatewaySummaryBean.setType(GatewayType type) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.