Class StoryTagList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<StoryTag>, Collection<StoryTag>, List<StoryTag>, RandomAccess, SequencedCollection<StoryTag>

@Root(name="tags") @ElementList(entry="tag", type=StoryTag.class, inline=true) public class StoryTagList extends ArrayList<StoryTag>
See Also:
  • Constructor Details

    • StoryTagList

      public StoryTagList()
    • StoryTagList

      public StoryTagList(Collection<? extends StoryTag> c)