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.


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