Class StoryTagElement

java.lang.Object
de.rpgframework.genericrpg.data.DataItem
de.rpgframework.genericrpg.data.ComplexDataItem
de.rpgframework.random.withoutnumber.StoryTagElement
All Implemented Interfaces:
de.rpgframework.genericrpg.data.ChoiceOrigin

@DataItemTypeKey(id="tagelement") public class StoryTagElement extends de.rpgframework.genericrpg.data.ComplexDataItem
  • Field Summary

    Fields inherited from class de.rpgframework.genericrpg.data.ComplexDataItem

    choices, hasLevel, modifications, requires, userSelectableFlags

    Fields inherited from class de.rpgframework.genericrpg.data.DataItem

    datasets, id, lang, languageAlternatives, parentItem, parentSet
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     

    Methods inherited from class 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

    Methods inherited from class de.rpgframework.genericrpg.data.DataItem

    addLanguageAlternative, assignToDataSet, getAssignedDataSets, getDescription, getDescription, getFirstParent, getId, getLanguage, getLanguageAlternative, getLanguageAlternatives, getLocalizedString, getLocalizedString, getName, getName, getPageReferences, getResource, getShortName, getTypeString, hasLanguageAlternative, hasLicense, hasLicense, inDataSets, preferWithLocale, setId, setParentItem, toListPreferringLocale, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • StoryTagElement

      public StoryTagElement()
  • Method Details

    • validate

      public void validate()
      Overrides:
      validate in class de.rpgframework.genericrpg.data.ComplexDataItem
      See Also:
      • ComplexDataItem.validate()
    • getVariables

      public List<VariableDefinition> getVariables()