@Portable public enum ScoreDefinitionTypeModel extends Enum<ScoreDefinitionTypeModel>
| Enum Constant and Description |
|---|
BENDABLE |
BENDABLE_BIG_DECIMAL |
BENDABLE_LONG |
HARD_MEDIUM_SOFT |
HARD_MEDIUM_SOFT_LONG |
HARD_SOFT |
HARD_SOFT_BIG_DECIMAL |
HARD_SOFT_DOUBLE |
HARD_SOFT_LONG |
SIMPLE |
SIMPLE_BIG_DECIMAL |
SIMPLE_DOUBLE |
SIMPLE_LONG |
| Modifier and Type | Method and Description |
|---|---|
static ScoreDefinitionTypeModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScoreDefinitionTypeModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScoreDefinitionTypeModel SIMPLE
public static final ScoreDefinitionTypeModel SIMPLE_LONG
public static final ScoreDefinitionTypeModel SIMPLE_DOUBLE
public static final ScoreDefinitionTypeModel SIMPLE_BIG_DECIMAL
public static final ScoreDefinitionTypeModel HARD_SOFT
public static final ScoreDefinitionTypeModel HARD_SOFT_LONG
public static final ScoreDefinitionTypeModel HARD_SOFT_DOUBLE
public static final ScoreDefinitionTypeModel HARD_SOFT_BIG_DECIMAL
public static final ScoreDefinitionTypeModel HARD_MEDIUM_SOFT
public static final ScoreDefinitionTypeModel HARD_MEDIUM_SOFT_LONG
public static final ScoreDefinitionTypeModel BENDABLE
public static final ScoreDefinitionTypeModel BENDABLE_LONG
public static final ScoreDefinitionTypeModel BENDABLE_BIG_DECIMAL
public static ScoreDefinitionTypeModel[] values()
for (ScoreDefinitionTypeModel c : ScoreDefinitionTypeModel.values()) System.out.println(c);
public static ScoreDefinitionTypeModel 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 © 2001–2016 JBoss by Red Hat. All rights reserved.