| Package | Description |
|---|---|
| com.hack23.cia.model.internal.application.data.impl |
| Modifier and Type | Field and Description |
|---|---|
protected DataAgentOperation |
DataAgentWorkOrder.operation |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<DataAgentWorkOrder,DataAgentOperation> |
DataAgentWorkOrder_.operation |
| Modifier and Type | Method and Description |
|---|---|
static DataAgentOperation |
DataAgentOperation.fromValue(String v) |
DataAgentOperation |
DataAgentWorkOrder.getOperation()
Gets the value of the operation property.
|
static DataAgentOperation |
DataAgentOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataAgentOperation[] |
DataAgentOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataAgentWorkOrder.setOperation(DataAgentOperation value)
Sets the value of the operation property.
|
DataAgentWorkOrder |
DataAgentWorkOrder.withOperation(DataAgentOperation value) |
Copyright © 2010–2017 www.hack23.com. All rights reserved.