public class MiningField extends Object
| Constructor and Description |
|---|
MiningField(String name,
FIELD_USAGE_TYPE usageType,
OP_TYPE opType,
DATA_TYPE dataType,
String missingValueReplacement,
List<String> allowedValues,
List<Interval> intervals) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowedValues() |
DATA_TYPE |
getDataType() |
List<Interval> |
getIntervals() |
String |
getMissingValueReplacement() |
String |
getName() |
OP_TYPE |
getOpType() |
FIELD_USAGE_TYPE |
getUsageType() |
public String getName()
public FIELD_USAGE_TYPE getUsageType()
public OP_TYPE getOpType()
public DATA_TYPE getDataType()
public String getMissingValueReplacement()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.