public abstract class NumericAttributeDefView extends AttributeDefView
id| Constructor and Description |
|---|
NumericAttributeDefView(int id,
String name,
String label,
AttributeType type,
List<String> fieldNames,
boolean key,
boolean multiple,
boolean showInRecordSummaryList,
boolean qualifier) |
| Modifier and Type | Method and Description |
|---|---|
NumericAttributeDefinition.Type |
getNumericType() |
List<PrecisionView> |
getPrecisions() |
void |
setNumericType(NumericAttributeDefinition.Type numericType) |
void |
setPrecisions(List<PrecisionView> precisions) |
getAttributeType, getFieldNames, isQualifier, isShowInRecordSummaryListgetLabel, getName, getType, isHideWhenNotRelevant, isKey, isMultiple, setHideWhenNotRelevantgetId, setIdpublic NumericAttributeDefView(int id,
String name,
String label,
AttributeType type,
List<String> fieldNames,
boolean key,
boolean multiple,
boolean showInRecordSummaryList,
boolean qualifier)
public NumericAttributeDefinition.Type getNumericType()
public void setNumericType(NumericAttributeDefinition.Type numericType)
public List<PrecisionView> getPrecisions()
public void setPrecisions(List<PrecisionView> precisions)
Copyright © 2020 Open Foris. All rights reserved.