public static enum AvroConstants.POSITION_INDICES extends Enum<AvroConstants.POSITION_INDICES>
Enum Constant and Description |
---|
annotations |
chromosome |
position |
snp_id |
Modifier and Type | Method and Description |
---|---|
static AvroConstants.POSITION_INDICES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvroConstants.POSITION_INDICES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AvroConstants.POSITION_INDICES chromosome
public static final AvroConstants.POSITION_INDICES position
public static final AvroConstants.POSITION_INDICES snp_id
public static final AvroConstants.POSITION_INDICES annotations
public static AvroConstants.POSITION_INDICES[] values()
for (AvroConstants.POSITION_INDICES c : AvroConstants.POSITION_INDICES.values()) System.out.println(c);
public static AvroConstants.POSITION_INDICES 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 © 2018. All rights reserved.