public class OutputField extends Object
| Constructor and Description |
|---|
OutputField(String name,
OP_TYPE opType,
DATA_TYPE dataType,
String targetField,
RESULT_FEATURE resultFeature) |
| Modifier and Type | Method and Description |
|---|---|
DATA_TYPE |
getDataType() |
String |
getName() |
OP_TYPE |
getOpType() |
RESULT_FEATURE |
getResultFeature() |
String |
getTargetField() |
public OutputField(String name, OP_TYPE opType, DATA_TYPE dataType, String targetField, RESULT_FEATURE resultFeature)
public String getName()
public OP_TYPE getOpType()
public DATA_TYPE getDataType()
public String getTargetField()
public RESULT_FEATURE getResultFeature()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.