Parkinson Disease Database

spirals.motol.database
Class Test

java.lang.Object
  extended by spirals.motol.database.Test

public class Test
extends java.lang.Object

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

typeIdAttr

public static final java.lang.String typeIdAttr
name of type tag id attribute

See Also:
Constant Field Values

typeNameAttr

public static final java.lang.String typeNameAttr
name of type tag name attribute

See Also:
Constant Field Values

typeStartAttr

public static final java.lang.String typeStartAttr
name of type tag start attribute

See Also:
Constant Field Values

startAttrValue

public static final java.lang.String startAttrValue
name of type tag start attribute default value

See Also:
Constant Field Values

typeEndAttr

public static final java.lang.String typeEndAttr
name of type tag end attribute

See Also:
Constant Field Values

endAttrValue

public static final java.lang.String endAttrValue
name of type tag end attribute default value

See Also:
Constant Field Values

typeVisibleAttr

public static final java.lang.String typeVisibleAttr
name of type tag visible attribute

See Also:
Constant Field Values

visibleAttrValue

public static final java.lang.String visibleAttrValue
name of type tag visible attribute default value

See Also:
Constant Field Values

typeShowAttr

public static final java.lang.String typeShowAttr
name of type tag show attribute

See Also:
Constant Field Values

showAttrValue

public static final java.lang.String showAttrValue
name of type tag show attribute default value

See Also:
Constant Field Values

id

private int id

name

private java.lang.String name

start

private boolean start
začít po dotyku pera nebo hned


trim

private boolean trim
zkracovat nakonci nasnímaná data


visible

private boolean visible
zobrazovat v nabídce


show

private boolean show
kreslit jen pokud je pero na tabletu

Constructor Detail

Test

public Test(org.jdom.Element e)
nahraje test z XML elementu

Parameters:
e - Element
Method Detail

toElement

public org.jdom.Element toElement()
vytvoří z tstu XML element

Returns:
Element

getId

public int getId()

getName

public java.lang.String getName()

setStart

public void setStart(boolean start)

startByStart

public boolean startByStart()

setTrim

public void setTrim(boolean trim)

trim

public boolean trim()

setVisible

public void setVisible(boolean show)

isVisible

public boolean isVisible()

showUp

public boolean showUp()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Parkinson Disease Database