hoplugins.transfers.constants
Class TransferTypes

java.lang.Object
  extended byhoplugins.transfers.constants.TransferTypes

public final class TransferTypes
extends java.lang.Object

Transfer Types class

Author:
Massimiliano Amato

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

NUMBER

public static final int NUMBER
Number of Transfers Types

See Also:
Constant Field Values

FIRED_PLAYER

public static final int FIRED_PLAYER
Fired Player

See Also:
Constant Field Values

YOUTH_PULL

public static final int YOUTH_PULL
Player from Youth Pull Transfer

See Also:
Constant Field Values

ORIGINAL_ROSTER

public static final int ORIGINAL_ROSTER
Original Player Transfer

See Also:
Constant Field Values

OLD_STARTER

public static final int OLD_STARTER
Old Starter transferred old Player

See Also:
Constant Field Values

OLD_BACKUP

public static final int OLD_BACKUP
Old Starter transferred old Player

See Also:
Constant Field Values

OLD_TRAINED

public static final int OLD_TRAINED
Trained transferred old Player

See Also:
Constant Field Values

FUTURE_TRAINER

public static final int FUTURE_TRAINER
Future Trainer Trasfer

See Also:
Constant Field Values

SKILL_TRADING

public static final int SKILL_TRADING
Skill Trading Trasfer

See Also:
Constant Field Values

DAY_TRADING

public static final int DAY_TRADING
Day Trading Trasfer

See Also:
Constant Field Values

STARTER_ROSTER

public static final int STARTER_ROSTER
Untrained Starter Player currently on roster

See Also:
Constant Field Values

BACKUP_ROSTER

public static final int BACKUP_ROSTER
Untrained Bencher Player currently on roster

See Also:
Constant Field Values

TRAINED_ROSTER

public static final int TRAINED_ROSTER
Trained Player currently on roster

See Also:
Constant Field Values

CLOWN_TRADING

public static final int CLOWN_TRADING
Clown Trading Trasfer

See Also:
Constant Field Values
Method Detail

getTransferCode

public static int getTransferCode(java.lang.String type)
Get a transfer type codebased on a string

Parameters:
type - string representation of he transfer type
Returns:
Transfer type

getTransferDesc

public static java.lang.String getTransferDesc(int type)
Returns the Transfer Type String description

Parameters:
type - Transfer type
Returns:
the descritption


Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.