Class AllowModification
java.lang.Object
de.rpgframework.genericrpg.modification.Modification
de.rpgframework.genericrpg.modification.DataItemModification
de.rpgframework.genericrpg.modification.AllowModification
@Root(name="allowmod")
public class AllowModification
extends DataItemModification
implements Cloneable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class de.rpgframework.genericrpg.modification.Modification
Modification.Origin -
Field Summary
Fields inherited from class de.rpgframework.genericrpg.modification.DataItemModification
choice, choiceOptions, date, decisions, expCost, id, ref, remove, restrictedToMode, variantFields inherited from class de.rpgframework.genericrpg.modification.Modification
apply, conditions, origin, source, type, when -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.rpgframework.genericrpg.modification.DataItemModification
clone, equals, getAsKeys, getChoiceOptions, getConnectedChoice, getDate, getDecision, getDecisions, getExpCost, getId, getKey, getResolvedKey, getVariant, isRemove, setDate, setDecisions, setExpCost, setId, setKey, setRemove, toString, validateMethods inherited from class de.rpgframework.genericrpg.modification.Modification
getApplyTo, getConditionString, getOrigin, getReferenceType, getSource, getWhen, isConditional, setApplyTo, setConditionString, setOrigin, setSource, setWhen
-
Constructor Details
-
AllowModification
public AllowModification() -
AllowModification
-
-
Method Details
-
isNegate
public boolean isNegate()- Returns:
- the negate
-
setNegate
public void setNegate(boolean negate) - Parameters:
negate- the negate to set
-
getWhat
- Returns:
- the type
-
getAsValues
-