public static enum Bellard.Parameter extends Enum<Bellard.Parameter>
Enum Constant and Description |
---|
P20_11 |
P20_13 |
P20_15 |
P20_17 |
P20_19 |
P20_21 |
P20_3 |
P20_5 |
P20_7 |
P20_9 |
P8_1 |
P8_3 |
P8_5 |
P8_7 |
Modifier and Type | Method and Description |
---|---|
static Bellard.Parameter |
get(String s)
Get the Parameter represented by the String
|
static Bellard.Parameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bellard.Parameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bellard.Parameter P8_1
public static final Bellard.Parameter P8_3
public static final Bellard.Parameter P8_5
public static final Bellard.Parameter P8_7
public static final Bellard.Parameter P20_21
public static final Bellard.Parameter P20_3
public static final Bellard.Parameter P20_5
public static final Bellard.Parameter P20_7
public static final Bellard.Parameter P20_9
public static final Bellard.Parameter P20_11
public static final Bellard.Parameter P20_13
public static final Bellard.Parameter P20_15
public static final Bellard.Parameter P20_17
public static final Bellard.Parameter P20_19
public static Bellard.Parameter[] values()
for (Bellard.Parameter c : Bellard.Parameter.values()) System.out.println(c);
public static Bellard.Parameter 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 static Bellard.Parameter get(String s)
Copyright © 2013 Apache Software Foundation. All rights reserved.