public abstract class ReadField extends Object implements Comparable<ReadField>
Modifier | Constructor and Description |
---|---|
protected |
ReadField(String name,
boolean defaulted) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ReadField o) |
boolean |
getBoolean() |
byte |
getByte() |
char |
getChar() |
double |
getDouble() |
float |
getFloat() |
int |
getInt() |
abstract Kind |
getKind() |
long |
getLong() |
String |
getName() |
Object |
getObject() |
short |
getShort() |
boolean |
isDefaulted() |
protected ReadField(String name, boolean defaulted)
public abstract Kind getKind()
public String getName()
public boolean isDefaulted()
public boolean getBoolean() throws IOException
IOException
public char getChar() throws IOException
IOException
public float getFloat() throws IOException
IOException
public double getDouble() throws IOException
IOException
public byte getByte() throws IOException
IOException
public short getShort() throws IOException
IOException
public int getInt() throws IOException
IOException
public long getLong() throws IOException
IOException
public Object getObject() throws IOException
IOException
public int compareTo(ReadField o)
compareTo
in interface Comparable<ReadField>
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.