|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.newdawn.slick.tests.xml.Item
public class Item
A test example of some object data that can be configured via XML
Field Summary | |
---|---|
protected int |
condition
The condition value injected by the XML parser |
protected java.lang.String |
name
The name injected by the XML parser |
Constructor Summary | |
---|---|
Item()
|
Method Summary | |
---|---|
void |
dump(java.lang.String prefix)
Dump this object to sysout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String name
protected int condition
Constructor Detail |
---|
public Item()
Method Detail |
---|
public void dump(java.lang.String prefix)
prefix
- The prefix to apply to all lines
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |