com.eoi.freya.basic
Class BasicValue

java.lang.Object
  |
  +--com.eoi.freya.basic.BasicValue
Direct Known Subclasses:
BasicAttack, BasicDefence, BasicHealth

public class BasicValue
extends java.lang.Object

This class is an XML wrapper for integer values. They have a Max setting which increments cannot pass.


Field Summary
protected  org.jdom.Element values
           
 
Constructor Summary
BasicValue(org.jdom.Element values)
           
 
Method Summary
 void add(int addValue)
           
 org.jdom.Element getElement()
           
 int getMax()
           
 java.lang.String getName()
           
 int getValue()
           
 void setMax(int value)
           
 void setValue(int value)
           
 void subtract(int subValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

protected org.jdom.Element values
Constructor Detail

BasicValue

public BasicValue(org.jdom.Element values)
Method Detail

getValue

public int getValue()

setValue

public void setValue(int value)

getMax

public int getMax()

setMax

public void setMax(int value)

add

public void add(int addValue)

subtract

public void subtract(int subValue)

getName

public java.lang.String getName()

getElement

public org.jdom.Element getElement()


Freya Engine, The Turn Based Game Engine
Copyright(c) 2002 Alexander Bilton
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA