Package matlabcontrol.link
Class MatlabReturns.Return9<A,B,C,D,E,F,G,H,I>
- java.lang.Object
-
- matlabcontrol.link.MatlabReturns.Return2<A,B>
-
- matlabcontrol.link.MatlabReturns.Return3<A,B,C>
-
- matlabcontrol.link.MatlabReturns.Return4<A,B,C,D>
-
- matlabcontrol.link.MatlabReturns.Return5<A,B,C,D,E>
-
- matlabcontrol.link.MatlabReturns.Return6<A,B,C,D,E,F>
-
- matlabcontrol.link.MatlabReturns.Return7<A,B,C,D,E,F,G>
-
- matlabcontrol.link.MatlabReturns.Return8<A,B,C,D,E,F,G,H>
-
- matlabcontrol.link.MatlabReturns.Return9<A,B,C,D,E,F,G,H,I>
-
- Type Parameters:
A- first return typeB- second return typeC- third return typeD- fourth return typeE- fifth return typeF- sixth return typeG- seventh return typeH- eight return typeI- ninth return type
- Enclosing class:
- MatlabReturns
public static class MatlabReturns.Return9<A,B,C,D,E,F,G,H,I> extends MatlabReturns.Return8<A,B,C,D,E,F,G,H>
Container for nine MATLAB return values.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IgetNinth()The ninth argument.java.lang.StringtoString()Returns a brief description of this container.-
Methods inherited from class matlabcontrol.link.MatlabReturns.Return8
getEighth
-
Methods inherited from class matlabcontrol.link.MatlabReturns.Return7
getSeventh
-
Methods inherited from class matlabcontrol.link.MatlabReturns.Return6
getSixth
-
Methods inherited from class matlabcontrol.link.MatlabReturns.Return5
getFifth
-
Methods inherited from class matlabcontrol.link.MatlabReturns.Return4
getFourth
-
Methods inherited from class matlabcontrol.link.MatlabReturns.Return3
getThird
-
Methods inherited from class matlabcontrol.link.MatlabReturns.Return2
getFirst, getSecond
-
-
-
-
Method Detail
-
getNinth
public I getNinth()
The ninth argument.- Returns:
-
toString
public java.lang.String toString()
Returns a brief description of this container. The exact details of this representation are unspecified and are subject to change.- Overrides:
toStringin classjava.lang.Object- Returns:
-
-