|
Parkinson Disease Database | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspirals.motol.database.Test
public class Test
Class contains information about one test performed on tablet
Copyright: Copyright (c) 2005 Jan Dolezel
Company: ČVUT FEL, Prague
Field Summary | |
---|---|
static java.lang.String |
endAttrValue
name of type tag end attribute default value |
private int |
id
|
private java.lang.String |
name
|
private boolean |
show
kreslit jen pokud je pero na tabletu |
static java.lang.String |
showAttrValue
name of type tag show attribute default value |
private boolean |
start
začít po dotyku pera nebo hned |
static java.lang.String |
startAttrValue
name of type tag start attribute default value |
private boolean |
trim
zkracovat nakonci nasnímaná data |
static java.lang.String |
typeEndAttr
name of type tag end attribute |
static java.lang.String |
typeIdAttr
name of type tag id attribute |
static java.lang.String |
typeNameAttr
name of type tag name attribute |
static java.lang.String |
typeShowAttr
name of type tag show attribute |
static java.lang.String |
typeStartAttr
name of type tag start attribute |
static java.lang.String |
typeVisibleAttr
name of type tag visible attribute |
private boolean |
visible
zobrazovat v nabídce |
static java.lang.String |
visibleAttrValue
name of type tag visible attribute default value |
Constructor Summary | |
---|---|
Test(org.jdom.Element e)
nahraje test z XML elementu |
Method Summary | |
---|---|
int |
getId()
|
java.lang.String |
getName()
|
boolean |
isVisible()
|
void |
setStart(boolean start)
|
void |
setTrim(boolean trim)
|
void |
setVisible(boolean show)
|
boolean |
showUp()
|
boolean |
startByStart()
|
org.jdom.Element |
toElement()
vytvoří z tstu XML element |
java.lang.String |
toString()
|
boolean |
trim()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String typeIdAttr
public static final java.lang.String typeNameAttr
public static final java.lang.String typeStartAttr
public static final java.lang.String startAttrValue
public static final java.lang.String typeEndAttr
public static final java.lang.String endAttrValue
public static final java.lang.String typeVisibleAttr
public static final java.lang.String visibleAttrValue
public static final java.lang.String typeShowAttr
public static final java.lang.String showAttrValue
private int id
private java.lang.String name
private boolean start
private boolean trim
private boolean visible
private boolean show
Constructor Detail |
---|
public Test(org.jdom.Element e)
e
- ElementMethod Detail |
---|
public org.jdom.Element toElement()
public int getId()
public java.lang.String getName()
public void setStart(boolean start)
public boolean startByStart()
public void setTrim(boolean trim)
public boolean trim()
public void setVisible(boolean show)
public boolean isVisible()
public boolean showUp()
public java.lang.String toString()
toString
in class java.lang.Object
|
Parkinson Disease Database | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |