All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.flagwind.io.PathAnchor Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
package com.flagwind.io;

/**
 * 表示关于路径的锚定点
 */
public enum PathAnchor {
    /**
     * 未锚定
     */
    None,

    /**
     * 基于当前位置
     */
    Current,

    /**
     * 基于上级节点
     */
    Parent,

    /**
     * 从根节点开始
     */
    Root,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy