Package com.rosetta.model.lib.mapper
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 Summary
Modifier and TypeMethodDescriptionintcompareTo(AbstractMapperItem<P> other) Optional<MapperItem<? extends P, ?>> com.rosetta.model.lib.mapper.MapperPathgetPath()booleanisError()
-
Method Details
-
getPath
public com.rosetta.model.lib.mapper.MapperPath getPath() -
isError
public boolean isError() -
getParentItem
-
compareTo
- Specified by:
compareToin interfaceComparable<P>
-