java.io.Serializable, java.lang.Comparable<Bellard.Parameter>public static enum Bellard.Parameter extends java.lang.Enum<Bellard.Parameter>
| Enum Constant | 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 | Description |
|---|---|---|
static Bellard.Parameter |
get(java.lang.String s) |
Get the Parameter represented by the String
|
static Bellard.Parameter |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static Bellard.Parameter get(java.lang.String s)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.