Class AbstractMapperItem<P>

java.lang.Object
com.rosetta.model.lib.mapper.AbstractMapperItem<P>
All Implemented Interfaces:
Comparable<AbstractMapperItem<P>>
Direct Known Subclasses:
MapperItem, MapperListItem

public abstract class AbstractMapperItem<P> extends Object implements Comparable<AbstractMapperItem<P>>
  • Method Details

    • getPath

      public com.rosetta.model.lib.mapper.MapperPath getPath()
    • isError

      public boolean isError()
    • getParentItem

      public Optional<MapperItem<? extends P,?>> getParentItem()
    • compareTo

      public int compareTo(AbstractMapperItem<P> other)
      Specified by:
      compareTo in interface Comparable<P>