public static enum BlendingParameter.BlendingParameterChoice extends Enum<BlendingParameter.BlendingParameterChoice>
Modifier and Type | Method and Description |
---|---|
static BlendingParameter.BlendingParameterChoice |
getById(int i)
Gets a blender parameter enum by its Id.
|
int |
getId() |
static BlendingParameter.BlendingParameterChoice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlendingParameter.BlendingParameterChoice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlendingParameter.BlendingParameterChoice OFFSET
public static final BlendingParameter.BlendingParameterChoice F5
public static BlendingParameter.BlendingParameterChoice[] values()
for (BlendingParameter.BlendingParameterChoice c : BlendingParameter.BlendingParameterChoice.values()) System.out.println(c);
public static BlendingParameter.BlendingParameterChoice 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 BlendingParameter.BlendingParameterChoice getById(int i)
Gets a blender parameter enum by its Id.
i
- the id to be looked uppublic int getId()
Copyright © 2023. All rights reserved.