public class NumericAttribute extends AbstractAttribute
Modifier | Constructor and Description |
---|---|
|
NumericAttribute(java.lang.String description,
java.lang.String fieldName)
Constructs a new numeric attribute with default length and scale.
|
|
NumericAttribute(java.lang.String description,
java.lang.String fieldName,
int length)
Constructs a new numeric attribute with the specified length.
|
|
NumericAttribute(java.lang.String description,
java.lang.String fieldName,
int length,
int scale)
Constructs a new numeric attribute with the specified length and scale.
|
protected |
NumericAttribute(java.lang.String description,
java.lang.String fieldName,
int type,
int length,
int scale) |
concat, getDescription, getFieldName, getLength, getScale, getType
public NumericAttribute(java.lang.String description, java.lang.String fieldName)
description
- the description of the attributefieldName
- the field name / column namepublic NumericAttribute(java.lang.String description, java.lang.String fieldName, int length)
description
- the description of the attributefieldName
- the field name / column namelength
- the maximum length of the fieldpublic NumericAttribute(java.lang.String description, java.lang.String fieldName, int length, int scale)
description
- the description of the attributefieldName
- the field name / column namelength
- the maximum length of the fieldscale
- the scale to be usedprotected NumericAttribute(java.lang.String description, java.lang.String fieldName, int type, int length, int scale)
Copyright 1998-2023 Christoph Mueller, Kaerntner Str. 56, D-70469 Stuttgart, Germany, https://www.perpus.de