Main Content

com.mathworks.toolbox.javabuilder.MWJavaObjectRef Class

Namespace: com.mathworks.toolbox.javabuilder

Java class to create a MATLAB array that references aJava object

Description

Declaration

public class MWJavaObjectRef extends MWArray

MWJavaObjectRef, a special subclass of MWArray, can be used to create a MATLAB array that references a Java object

Implemented Interfaces: MWComponentOption, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

Creation

Constructors

MWJavaObjectRef(java.lang.Object o)

Instantiates a new component object.

Properties

expand all

Public Properties

A convenient, efficient, and consistent way to represent an empty array as follows:

public static final MWArray EMPTY_ARRAY

Methods

expand all

Version History

Introduced in R2006a