public static enum ItemQuery.ItemType extends Enum<ItemQuery.ItemType>
| Enum Constant and Description |
|---|
Camera |
Frame |
Light |
Spots |
Surfaces |
Volume |
| Modifier and Type | Method and Description |
|---|---|
static ItemQuery.ItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemQuery.ItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemQuery.ItemType Spots
public static final ItemQuery.ItemType Surfaces
public static final ItemQuery.ItemType Volume
public static final ItemQuery.ItemType Camera
public static final ItemQuery.ItemType Light
public static final ItemQuery.ItemType Frame
public static ItemQuery.ItemType[] values()
for (ItemQuery.ItemType c : ItemQuery.ItemType.values()) System.out.println(c);
public static ItemQuery.ItemType 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 nullCopyright © 2011–2020 SciJava. All rights reserved.