|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cycling74.max.DataTypes
public final class DataTypes
This class contains constants describing the various data types that MaxObjects can pass through their outlets and inlets, and a method to make them readable.
Field Summary | |
---|---|
static int |
ALL
All things considered: this inlet or outlet can pass INT, FLOAT, LIST, and/or MESSAGE. |
static int |
ANYTHING
All things considered - synonym for ALL. |
static int |
FLOAT
This inlet or outlet can pass floats. |
static int |
INT
This inlet or outlet can pass integers. |
static int |
LIST
This inlet or outlet can pass lists (arrays) of Atoms |
static int |
MESSAGE
This inlet or outlet can pass messages, meaning a String plus an array of Atoms. |
Method Summary | |
---|---|
static java.lang.String |
toString(int typeDescr)
Renders a type description as a name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INT
public static final int FLOAT
public static final int LIST
public static final int MESSAGE
public static final int ALL
public static final int ANYTHING
Method Detail |
---|
public static java.lang.String toString(int typeDescr)
typeDescr
- an integer type description code, a bit mask derived
from combinations of the constant values defined in this class.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |