public class FixedFileInputField extends Object implements Cloneable, XMLInterface
Modifier | Constructor and Description |
---|---|
|
FixedFileInputField() |
|
FixedFileInputField(Node fnode) |
protected |
FixedFileInputField(String name)
For testing only.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCurrency() |
String |
getDecimal() |
String |
getFormat() |
String |
getGrouping() |
int |
getLength() |
String |
getName() |
int |
getPrecision() |
String[] |
getSamples() |
int |
getTrimType() |
int |
getType() |
int |
getWidth() |
String |
getXML() |
void |
guess() |
static int |
guessPrecision(double d) |
void |
guessType() |
int |
hashCode() |
void |
setCurrency(String currency) |
void |
setDecimal(String decimal) |
void |
setFormat(String format) |
void |
setGrouping(String grouping) |
void |
setLength(int length) |
void |
setName(String name) |
void |
setPrecision(int precision) |
void |
setSamples(String[] samples) |
void |
setTrimType(int trimType) |
void |
setType(int type) |
void |
setWidth(int width) |
public static final String XML_TAG
public FixedFileInputField(Node fnode)
public FixedFileInputField()
protected FixedFileInputField(String name)
public String getXML()
getXML
in interface XMLInterface
public String getName()
public void setName(String name)
name
- the name to setpublic int getType()
public void setType(int type)
type
- the type to setpublic int getWidth()
public void setWidth(int width)
width
- the width to setpublic int getLength()
public void setLength(int length)
length
- the length to setpublic int getPrecision()
public void setPrecision(int precision)
precision
- the precision to setpublic String getFormat()
public void setFormat(String format)
format
- the format to setpublic String getDecimal()
public void setDecimal(String decimal)
decimal
- the decimal to setpublic String getGrouping()
public void setGrouping(String grouping)
grouping
- the grouping to setpublic String getCurrency()
public void setCurrency(String currency)
currency
- the currency to setpublic void setSamples(String[] samples)
public String[] getSamples()
public void guess()
public void guessType()
public static final int guessPrecision(double d)
public int getTrimType()
public void setTrimType(int trimType)
Copyright © 2018 Hitachi Vantara. All rights reserved.