Package org.jboss.serial.references

Examples of org.jboss.serial.references.FieldPersistentReference


     * @param field
     *            The field to set.
     */
    public void setField(Field afield)
    {
       this.field = new FieldPersistentReference(afield,ClassMetaData.REFERENCE_TYPE_IN_USE);
    }
View Full Code Here


/*  62 */     return (Field)this.field.get();
/*     */   }
/*     */
/*     */   public void setField(Field afield)
/*     */   {
/*  71 */     this.field = new FieldPersistentReference(afield, 2);
/*     */   }
View Full Code Here

TOP

Related Classes of org.jboss.serial.references.FieldPersistentReference

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.