propval.java

来自「这个是perst-269.zip下面的SOURCECODE,和大家分享了。」· Java 代码 · 共 20 行

JAVA
20
字号
package org.garret.rdf;

import org.garret.perst.*;


/**
 * Object property
 */
public class PropVal implements IValue {
   /**
    * Reference to property defintion (name of the property)    
    */
    public PropDef def;

    /**
     * Property value
     */
    public Object  val;
}    

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?