Interface IValueList

  • All Superinterfaces:
    java.util.Collection<IValue>, java.lang.Iterable<IValue>, IValue, java.util.List<IValue>
    All Known Implementing Classes:
    ValueList

    public interface IValueList
    extends java.util.List<IValue>, IValue
    Define the generic value list which will represent the operation input and output in array format.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<IValue> getValues()  
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface com.adobe.aem.dermis.model.value.IValue

        toJson
      • Methods inherited from interface java.util.List

        add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
    • Method Detail

      • getValues

        java.util.List<IValue> getValues()