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

net.cassite.daf4j.IDataAssignable Maven / Gradle / Ivy

The newest version!
package net.cassite.daf4j;

/**
 * 可赋值的字段
 *
 * @param  字段类型
 */
public interface IDataAssignable extends IData {
    /**
     * 指定更新时将其设置为何值
     *
     * @param o 要设置的值(可以为表达式)
     * @return 更新依据
     */
    UpdateEntry as(Object o);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy