public static enum IProfeatProperties.DISTRIBUTION extends Enum<IProfeatProperties.DISTRIBUTION>
| Enum Constant and Description | 
|---|
ALL  | 
FIRST  | 
FIRST25  | 
FIRST50  | 
FIRST75  | 
| Modifier and Type | Method and Description | 
|---|---|
static IProfeatProperties.DISTRIBUTION | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static IProfeatProperties.DISTRIBUTION[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final IProfeatProperties.DISTRIBUTION FIRST
public static final IProfeatProperties.DISTRIBUTION FIRST25
public static final IProfeatProperties.DISTRIBUTION FIRST50
public static final IProfeatProperties.DISTRIBUTION FIRST75
public static final IProfeatProperties.DISTRIBUTION ALL
public static IProfeatProperties.DISTRIBUTION[] values()
for (IProfeatProperties.DISTRIBUTION c : IProfeatProperties.DISTRIBUTION.values()) System.out.println(c);
public static IProfeatProperties.DISTRIBUTION 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 © 2000–2017 BioJava. All rights reserved.