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

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

The newest version!
package net.cassite.daf4j;

/**
 * 表示实体中的字段
 *
 * @param  字段类型
 */
public interface IData extends Selectable {
        /**
         * 获取该字段存储的值
         *
         * @return 存储的值
         */
        T get();

        /**
         * 获取该字段所在实体
         *
         * @return 该字段所在实体
         */
        Object getEntity();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy