java.lang.Object
de.rpgframework.genericrpg.data.DataItem
de.rpgframework.genericrpg.data.ComplexDataItem
de.rpgframework.genericrpg.data.ChoiceOption
- Alle implementierten Schnittstellen:
ChoiceOrigin
-
Feldübersicht
FelderVon Klasse geerbte Felder de.rpgframework.genericrpg.data.ComplexDataItem
choices, hasLevel, modifications, requires, userSelectableFlagsVon Klasse geerbte Felder de.rpgframework.genericrpg.data.DataItem
datasets, id, lang, languageAlternatives, logger, parentItem, parentSet -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfloatgetCost()getDescription(Locale locale) voidsetCost(float cost) Von Klasse geerbte Methoden de.rpgframework.genericrpg.data.ComplexDataItem
addChoice, addOutgoingModifications, addUserSelectableFlag, getChoice, getChoice, getChoice, getChoiceName, getChoiceOptionString, getChoiceOptionStrings, getChoices, getHardcodedChoice, getModificationChoice, getOutgoingModifications, getRequirements, getUserSelectableFlags, getVariantName, hasLevel, hasUserSelectableFlag, resolveWithinItem, setHasLevel, validateVon Klasse geerbte Methoden de.rpgframework.genericrpg.data.DataItem
addLanguageAlternative, assignToDataSet, getAssignedDataSets, getDescription, getFirstParent, getId, getLanguage, getLanguageAlternative, getLanguageAlternatives, getLocalizedString, getLocalizedString, getName, getPageReferences, getResource, getShortName, getTypeString, hasLanguageAlternative, hasLicense, hasLicense, inDataSets, setId, setParentItem, toString
-
Felddetails
-
attributes
@ElementList(entry="attrdef", type=ItemAttributeDefinition.class, inline=true) protected List<ItemAttributeDefinition> attributes
-
-
Konstruktordetails
-
ChoiceOption
public ChoiceOption()
-
-
Methodendetails
-
getCost
public float getCost()- Gibt zurück:
- the cost
-
setCost
public void setCost(float cost) - Parameter:
cost- the cost to set
-
getName
-
getDescription
- Setzt außer Kraft:
getDescriptionin KlasseDataItem- Siehe auch:
-
getAttributes
-