|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjp.ac.nagoyau.is.ss.kishii.suntori.message.data.RCRSCSData<E>
E
- public abstract class RCRSCSData<E>
This class show that Data of Entity, and have one DataType
and one
value.
Field Summary | |
---|---|
protected DataType |
type
type of this data. |
protected E |
value
actual value of this data. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
E |
getData()
Return the actual value of this data. |
DataType |
getType()
Return the DataType of this data. |
int |
hashCode()
|
abstract void |
setData(E obj)
Set the value to obj |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected DataType type
protected E value
Method Detail |
---|
public DataType getType()
DataType
of this data.
DataType
public E getData()
public abstract void setData(E obj)
obj
- actual value of this datapublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |