public class PortType extends Object implements Identifiable
| Constructor and Description |
|---|
PortType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOperation(Operation operation) |
String |
getId() |
String |
getName() |
List<Operation> |
getOperations() |
Map<String,Operation> |
getOperationsMap() |
void |
setName(String name) |
void |
setOperations(List<Operation> operations) |
Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.