public static enum Pattern.MappingType extends Enum<Pattern.MappingType>
Enum Constant and Description |
---|
CALLABLE |
CALLABLE_WITH_ARG |
COLOR |
DRAW_COMMAND |
FLOAT |
INTEGER |
MIDI_CHANNEL |
MIDI_COMMAND |
MIDI_DATA1 |
MIDI_DATA2 |
MIDI_MESSAGE |
OBJECT |
OSC_BUNDLE |
OSC_MESSAGE |
STATEFUL_CALLABLE |
TURTLE_DRAW_COMMAND |
Modifier and Type | Method and Description |
---|---|
static Pattern.MappingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pattern.MappingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pattern.MappingType INTEGER
public static final Pattern.MappingType FLOAT
public static final Pattern.MappingType COLOR
public static final Pattern.MappingType DRAW_COMMAND
public static final Pattern.MappingType TURTLE_DRAW_COMMAND
public static final Pattern.MappingType MIDI_COMMAND
public static final Pattern.MappingType MIDI_CHANNEL
public static final Pattern.MappingType MIDI_DATA1
public static final Pattern.MappingType MIDI_DATA2
public static final Pattern.MappingType MIDI_MESSAGE
public static final Pattern.MappingType OSC_MESSAGE
public static final Pattern.MappingType OSC_BUNDLE
public static final Pattern.MappingType CALLABLE
public static final Pattern.MappingType CALLABLE_WITH_ARG
public static final Pattern.MappingType STATEFUL_CALLABLE
public static final Pattern.MappingType OBJECT
public static Pattern.MappingType[] values()
for (Pattern.MappingType c : Pattern.MappingType.values()) System.out.println(c);
public static Pattern.MappingType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullProcessing Library loom by Cora Johnson-Roberson. (c) 2014-2016