public class Field extends Object
Constructor and Description |
---|
Field() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getBooleanValue() |
ByteBuffer |
getBuffer() |
byte[] |
getBytesValue() |
Date |
getDateValue() |
int |
getDecimal() |
int |
getDisplacement() |
Double |
getDoubleValue() |
byte |
getFlag() |
Float |
getFloatValue() |
Integer |
getIntValue() |
int |
getLength() |
String |
getName() |
String |
getStringValue() |
char |
getType() |
void |
setBuffer(ByteBuffer buffer) |
void |
setDecimal(int decimal) |
void |
setDisplacement(int displacement) |
void |
setFlag(byte flag) |
void |
setLength(int length) |
void |
setName(String name) |
void |
setStringValue(String stringValue) |
void |
setType(char type) |
public String getName()
public void setName(String name)
public int getLength()
public void setLength(int length)
public int getDecimal()
public void setDecimal(int decimal)
public char getType()
public void setType(char type)
public byte getFlag()
public void setFlag(byte flag)
public int getDisplacement()
public void setDisplacement(int displacement)
public ByteBuffer getBuffer()
public void setBuffer(ByteBuffer buffer)
public byte[] getBytesValue()
public String getStringValue() throws UnsupportedEncodingException
UnsupportedEncodingException
public void setStringValue(String stringValue)
public Integer getIntValue() throws UnsupportedEncodingException
UnsupportedEncodingException
public Double getDoubleValue() throws UnsupportedEncodingException
UnsupportedEncodingException
public Float getFloatValue() throws UnsupportedEncodingException
UnsupportedEncodingException
public Boolean getBooleanValue() throws UnsupportedEncodingException
UnsupportedEncodingException
public Date getDateValue() throws ParseException, UnsupportedEncodingException
Copyright © 2006–2018 TinyGroup. All rights reserved.