Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: org/xmud/core/param.java


1   /***** Copyright (c) 2002 Hector Gonzalez. Unlimited rights to
2          duplicate and use this code are hereby granted provided that this
3          copyright notice is included.
4   *****/
5   package org.xmud.core;
6   
7   import org.xmud.core.*;
8   import org.xmud.objectmanager.*;
9   
10  public class param implements java.io.Serializable{
11    //public String name;
12    public Object value;
13  }