@Deprecated public enum ComponentMode extends Enum<ComponentMode>
| Enum Constant and Description | 
|---|
INDEPENDENT
Deprecated.  
  | 
RESERVED
Deprecated.  
  | 
SEPARATE
Deprecated.  
  | 
UNIFORM
Deprecated.  
  | 
| Modifier and Type | Field and Description | 
|---|---|
private int | 
id
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static ComponentMode | 
findById(int id)
Deprecated.  
  | 
int | 
getId()
Deprecated.  
  | 
static ComponentMode | 
valueOf(String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static ComponentMode[] | 
values()
Deprecated.  
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ComponentMode UNIFORM
public static final ComponentMode SEPARATE
public static final ComponentMode INDEPENDENT
public static final ComponentMode RESERVED
public static ComponentMode[] values()
for (ComponentMode c : ComponentMode.values()) System.out.println(c);
public static ComponentMode 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 nullpublic int getId()
public static ComponentMode findById(int id)
Copyright © 2016 Open Microscopy Environment