public class ScoreOperation extends Object
Constructor and Description |
---|
ScoreOperation() |
Modifier and Type | Method and Description |
---|---|
String |
getScoreName()
Returns the score name from model.
|
long |
getScoreValue()
Return the score value of the operation.
|
boolean |
isAbsolute()
Indicate whether update is through absolute or percentage measure.
|
boolean |
isIncrement()
Indicates whether update is increment value.
|
void |
setAbsolute(boolean absolute)
Set to true for absolute value operation else false.
|
void |
setIncrement(boolean increment)
Set to true for increment operation.
|
void |
setScoreName(String scoreName)
Set the name of score to given value.
|
void |
setScoreValue(long scoreValue)
Set the score value to operation.
|
public String getScoreName()
public void setScoreName(String scoreName)
scoreName
- - name of score.public boolean isIncrement()
public void setIncrement(boolean increment)
increment
- - boolean value to indicate update operation.public boolean isAbsolute()
public void setAbsolute(boolean absolute)
absolute
- - boolean value to indicate measure.public long getScoreValue()
public void setScoreValue(long scoreValue)
scoreValue
- - long value of the quantity."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"