org.montsuqi.monsia
Class PropertyType

java.lang.Object
  extended by org.montsuqi.monsia.PropertyType

 class PropertyType
extends java.lang.Object

A set of constants which indicates the destination of current pending property hash.


Field Summary
(package private) static PropertyType ATK
           A constant which indicates that current property hash is to be set to atk.
(package private) static PropertyType CHILD
           A constant which indicates that current property hash is to be set to child info.
(package private) static PropertyType NONE
           A constant which indicates that current property hash is for nothing.
(package private) static PropertyType WIDGET
           A constant which indicates that current property hash is to be set to widget info.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

static final PropertyType NONE

A constant which indicates that current property hash is for nothing.


WIDGET

static final PropertyType WIDGET

A constant which indicates that current property hash is to be set to widget info.


ATK

static final PropertyType ATK

A constant which indicates that current property hash is to be set to atk.


CHILD

static final PropertyType CHILD

A constant which indicates that current property hash is to be set to child info.