| Package | Description |
|---|---|
| org.kie.remote.services.ws.deployment.generated |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentOperationType |
DeploymentIdRequest.operation |
protected DeploymentOperationType |
DeploymentInfoResponse.operationRequested |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentOperationType |
DeploymentOperationType.fromValue(String v) |
DeploymentOperationType |
DeploymentIdRequest.getOperation()
Gets the value of the operation property.
|
DeploymentOperationType |
DeploymentInfoResponse.getOperationRequested()
Gets the value of the operationRequested property.
|
static DeploymentOperationType |
DeploymentOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentOperationType[] |
DeploymentOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentIdRequest.setOperation(DeploymentOperationType value)
Sets the value of the operation property.
|
void |
DeploymentInfoResponse.setOperationRequested(DeploymentOperationType value)
Sets the value of the operationRequested property.
|
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.