public class FieldDataInfo
extends java.lang.Object
Constructor and Description |
---|
FieldDataInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Get a field length
|
java.lang.String |
getName()
Get a field name
|
int |
getType()
Get a field type
|
void |
setLength(int length2)
Set a field length
|
void |
setName(java.lang.String name2)
Set a field name
|
void |
setType(int type2)
Set a field type
Note : this shouldn't be used as we assume all types are "Bytes" (kept for a future version)
|
boolean |
setType(java.lang.String type2)
Set a field type
Note : this shouldn't be used as we assume all types are "String" (kept for a future version)
|
java.lang.String |
toString()
Convert a FieldData object into a String (for debug purposes)
|
public void setType(int type2)
type2
- field typepublic boolean setType(java.lang.String type2)
type2
- field typepublic void setName(java.lang.String name2)
name2
- field namepublic void setLength(int length2)
length2
- field lengthpublic int getType()
public java.lang.String getName()
public int getLength()
public java.lang.String toString()
toString
in class java.lang.Object