Enum OperationItem.PathPositionEnum

  • All Implemented Interfaces:
    Serializable, Comparable<OperationItem.PathPositionEnum>
    Enclosing class:
    OperationItem

    public static enum OperationItem.PathPositionEnum
    extends Enum<OperationItem.PathPositionEnum>
    Selects the position where the entry should be created. The path passed in \"path\" will be interpreted based on this value. * before = An entry will be generated on the same level before the entry that was selected with \"path. * inplace = The entry selected with \"path\" will be treated as a parent element and will contain the new generated entry. * after = An entry will be generated on the same level after the entry that was selected with \"path.