PropVal.java :  » Database-DBMS » perst » org » garret » rdf » Java Open Source

Java Open Source » Database DBMS » perst 
perst » org » garret » rdf » PropVal.java
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;
}    
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.