| Package | Description |
|---|---|
| com.hack23.cia.model.internal.application.data.impl |
| Modifier and Type | Field and Description |
|---|---|
protected DataAgentTarget |
DataAgentWorkOrder.target |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<DataAgentWorkOrder,DataAgentTarget> |
DataAgentWorkOrder_.target |
| Modifier and Type | Method and Description |
|---|---|
static DataAgentTarget |
DataAgentTarget.fromValue(String v) |
DataAgentTarget |
DataAgentWorkOrder.getTarget()
Gets the value of the target property.
|
static DataAgentTarget |
DataAgentTarget.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataAgentTarget[] |
DataAgentTarget.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.setTarget(DataAgentTarget value)
Sets the value of the target property.
|
DataAgentWorkOrder |
DataAgentWorkOrder.withTarget(DataAgentTarget value) |
Copyright © 2010–2017 www.hack23.com. All rights reserved.