|
|||||||||
| Home >> All >> com >> textflex >> [ txtfl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.textflex.txtfl
Class PlayStat

java.lang.Objectcom.textflex.txtfl.PlayStat
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- PrimaryPlayStat
- class PlayStat
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
Record of all the major play statistics.
| Field Summary | |
private java.lang.String |
defender
|
private java.lang.String |
playType
|
private java.lang.String |
recipient
|
private int |
recipientDist
|
| Constructor Summary | |
PlayStat()
Constructs an empty play statistical record. |
|
PlayStat(java.lang.String aPlayType,
java.lang.String aRecipient,
int aRecipientDist,
java.lang.String aDefender)
Constructs a complete statistical record. |
|
| Method Summary | |
java.lang.String |
getDefender()
Gets the name of the defender. |
java.lang.String |
getPlayType()
Gets the play type. |
java.lang.String |
getRecipient()
Gets the name of the recipient. |
int |
getRecipientDist()
Gets the distance that the recipient carried the ball. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
playType
private java.lang.String playType
recipient
private java.lang.String recipient
recipientDist
private int recipientDist
defender
private java.lang.String defender
| Constructor Detail |
PlayStat
public PlayStat()
- Constructs an empty play statistical record.
PlayStat
public PlayStat(java.lang.String aPlayType, java.lang.String aRecipient, int aRecipientDist, java.lang.String aDefender)
- Constructs a complete statistical record.
| Method Detail |
getPlayType
public java.lang.String getPlayType()
- Gets the play type.
getRecipient
public java.lang.String getRecipient()
- Gets the name of the recipient.
getRecipientDist
public int getRecipientDist()
- Gets the distance that the recipient carried the ball.
getDefender
public java.lang.String getDefender()
- Gets the name of the defender.
|
|||||||||
| Home >> All >> com >> textflex >> [ txtfl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.textflex.txtfl.PlayStat