edu.ucdavis.rj
Class JRRemoteRefs

java.lang.Object
  extended by edu.ucdavis.rj.JRRemoteRefs
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class JRRemoteRefs
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Field Summary
(package private)  Op_intf[] ops
           
(package private) static long serialVersionUID
           
 
Constructor Summary
JRRemoteRefs(Op_intf... ops)
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

ops

Op_intf[] ops
Constructor Detail

JRRemoteRefs

public JRRemoteRefs(Op_intf... ops)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException