|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.montsuqi.monsia.PropertyType
class PropertyType
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 |
|---|
static final PropertyType NONE
A constant which indicates that current property hash is for nothing.
static final PropertyType WIDGET
A constant which indicates that current property hash is to be set to widget info.
static final PropertyType ATK
A constant which indicates that current property hash is to be set to atk.
static final PropertyType CHILD
A constant which indicates that current property hash is to be set to child info.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||