ref_send API 2.17
defensive programming in Java

org.waterken.syntax
Class Export

java.lang.Object
  extended by org.joe_e.Struct
      extended by org.waterken.syntax.Export
All Implemented Interfaces:
java.io.Serializable, Selfless

public class Export
extends Struct
implements java.io.Serializable

A exported value.

See Also:
Serialized Form

Field Summary
 java.lang.String href
          URI for the exported reference
 java.lang.Object replacement
          object to transmit instead of the exported reference
 
Constructor Summary
Export(java.lang.Object replacement)
          Constructs a replacement instance.
Export(java.lang.String href)
          Constructs an exported link.
 
Method Summary
 
Methods inherited from class org.joe_e.Struct
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

replacement

public final java.lang.Object replacement
object to transmit instead of the exported reference


href

public final java.lang.String href
URI for the exported reference

Constructor Detail

Export

public Export(java.lang.Object replacement)
Constructs a replacement instance.

Parameters:
replacement - replacement

Export

public Export(java.lang.String href)
Constructs an exported link.

Parameters:
href - href

ref_send API 2.17
defensive programming in Java

Submit a bug or feature, or get help

Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.