gov.nasa.arc.brahms.vm.api.common
Interface ITransferType


public interface ITransferType

The ITransferType interface publishes a set of transfer type constants to indicate whether an IObject is to be transferred by reference or by value.

Version:
$Revision: 1.1 $ $Date: 2007/10/10 14:03:08 $ $Author: rvhoof $
Author:
Ron van Hoof

Field Summary
static int BY_REFERENCE
          Indicates a transfer by reference
static int BY_VALUE
          Indicates a transfer by value
 

Field Detail

BY_REFERENCE

static final int BY_REFERENCE
Indicates a transfer by reference

See Also:
Constant Field Values

BY_VALUE

static final int BY_VALUE
Indicates a transfer by value

See Also:
Constant Field Values


Copyright © 1997-2008 NASA. All Rights Reserved.