java.lang.Object
de.rpgframework.genericrpg.requirements.Requirement
de.rpgframework.genericrpg.requirements.ValueRequirement
-
Feldübersicht
FelderVon Klasse geerbte Felder de.rpgframework.genericrpg.requirements.Requirement
apply, reference, type -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintReturns the declaration like it appears in the XML definition.intgetValue()voidsetFormula(Formula value) voidsetRawValue(String val) voidtoString()
-
Felddetails
-
value
-
max
-
-
Konstruktordetails
-
ValueRequirement
public ValueRequirement() -
ValueRequirement
-
-
Methodendetails
-
toString
-
getChoice
- Gibt zurück:
- the choice
-
getValue
public int getValue()- Gibt zurück:
- The amount by which the value must be changed
-
getMaxValue
public int getMaxValue() -
getFormula
-
setFormula
-
getRawValue
Returns the declaration like it appears in the XML definition. Use this method, if the value contains variables/formulas -
setRawValue
-
setValue
- Parameter:
value- The amount by which the value must be changed
-
getVariantId
- Gibt zurück:
- the variantId
-