de.jos.game.xml
Class Action
java.lang.Object
de.jos.game.xml.Action
public class Action
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_NONE
public static final int TYPE_NONE
- See Also:
- Constant Field Values
TYPE_TIME_BONUS
public static final int TYPE_TIME_BONUS
- See Also:
- Constant Field Values
TYPE_NEXT_SCORE_MULTIPLICATOR
public static final int TYPE_NEXT_SCORE_MULTIPLICATOR
- See Also:
- Constant Field Values
TYPE_CLEAR_BOARD_COLOR
public static final int TYPE_CLEAR_BOARD_COLOR
- See Also:
- Constant Field Values
TYPE_RESET_REAR_RANK
public static final int TYPE_RESET_REAR_RANK
- See Also:
- Constant Field Values
TYPE_RECHARGE_BALLS
public static final int TYPE_RECHARGE_BALLS
- See Also:
- Constant Field Values
TYPE_FOUR_BALL_FORMATIONS
public static final int TYPE_FOUR_BALL_FORMATIONS
- See Also:
- Constant Field Values
Action
public Action()
updateType
public void updateType()
getType
public int getType()
setType
public void setType(int type)
getClearBoardColor
public java.lang.Integer getClearBoardColor()
setClearBoardColor
public void setClearBoardColor(java.lang.Integer clearBoardColor)
getDescriptionKey
public java.lang.String getDescriptionKey()
setDescriptionKey
public void setDescriptionKey(java.lang.String descriptionKey)
getFourBallFormations
public java.lang.String getFourBallFormations()
setFourBallFormations
public void setFourBallFormations(java.lang.String fourBallFormations)
getNextScoreMultiplicator
public java.lang.String getNextScoreMultiplicator()
setNextScoreMultiplicator
public void setNextScoreMultiplicator(java.lang.String nextScoreMultiplicator)
getRechargeBalls
public java.lang.String getRechargeBalls()
setRechargeBalls
public void setRechargeBalls(java.lang.String rechargeBalls)
getResetRearRank
public java.lang.Integer getResetRearRank()
setResetRearRank
public void setResetRearRank(java.lang.Integer resetRearRank)
getTimeBonus
public java.lang.Integer getTimeBonus()
setTimeBonus
public void setTimeBonus(java.lang.Integer timeBonus)
getDescriptionShort
public java.lang.String getDescriptionShort()
setDescriptionShort
public void setDescriptionShort(java.lang.String descriptionShort)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
Copyright © 2008. All Rights Reserved.