Class ContentList

    • Field Summary

      • Fields inherited from class java.util.AbstractList

        modCount
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addActionList​(ActionList actionList)  
      ActionList getActionList​(java.lang.String name)  
      java.lang.String getName()  
      boolean isExplicit()  
      static ContentList newInstance​(java.lang.String name)  
      ContentList replicate()
      Creates and returns a new instance after replicating a rule or Object.
      void setName​(java.lang.String name)  
      java.lang.String toString()  
      • Methods inherited from class java.util.ArrayList

        add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
      • Methods inherited from class java.util.AbstractCollection

        containsAll
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, stream, toArray
      • Methods inherited from interface java.util.List

        containsAll
    • Constructor Detail

      • ContentList

        public ContentList​(boolean explicit)
      • ContentList

        protected ContentList​(ContentList contentList)
    • Method Detail

      • isExplicit

        public boolean isExplicit()
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getActionList

        public ActionList getActionList​(java.lang.String name)
      • addActionList

        public void addActionList​(ActionList actionList)
      • replicate

        public ContentList replicate()
        Description copied from interface: Replicable
        Creates and returns a new instance after replicating a rule or Object.
        Specified by:
        replicate in interface Replicable<ContentList>
        Returns:
        replicated rule or new instance of Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.AbstractCollection<ActionList>
      • newInstance

        public static ContentList newInstance​(java.lang.String name)