|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.transfers.constants.TransferTypes
Transfer Types class
Field Summary | |
static int |
BACKUP_ROSTER
Untrained Bencher Player currently on roster |
static int |
CLOWN_TRADING
Clown Trading Trasfer |
static int |
DAY_TRADING
Day Trading Trasfer |
static int |
FIRED_PLAYER
Fired Player |
static int |
FUTURE_TRAINER
Future Trainer Trasfer |
static int |
NUMBER
Number of Transfers Types |
static int |
OLD_BACKUP
Old Starter transferred old Player |
static int |
OLD_STARTER
Old Starter transferred old Player |
static int |
OLD_TRAINED
Trained transferred old Player |
static int |
ORIGINAL_ROSTER
Original Player Transfer |
static int |
SKILL_TRADING
Skill Trading Trasfer |
static int |
STARTER_ROSTER
Untrained Starter Player currently on roster |
static int |
TRAINED_ROSTER
Trained Player currently on roster |
static int |
YOUTH_PULL
Player from Youth Pull Transfer |
Method Summary | |
static int |
getTransferCode(java.lang.String type)
Get a transfer type codebased on a string |
static java.lang.String |
getTransferDesc(int type)
Returns the Transfer Type String description |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NUMBER
public static final int FIRED_PLAYER
public static final int YOUTH_PULL
public static final int ORIGINAL_ROSTER
public static final int OLD_STARTER
public static final int OLD_BACKUP
public static final int OLD_TRAINED
public static final int FUTURE_TRAINER
public static final int SKILL_TRADING
public static final int DAY_TRADING
public static final int STARTER_ROSTER
public static final int BACKUP_ROSTER
public static final int TRAINED_ROSTER
public static final int CLOWN_TRADING
Method Detail |
public static int getTransferCode(java.lang.String type)
type
- string representation of he transfer type
public static java.lang.String getTransferDesc(int type)
type
- Transfer type
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |