public static enum SoLazyElement.Cases extends java.lang.Enum<SoLazyElement.Cases> implements IntegerValuedEnum
Enum Constant and Description |
---|
AMBIENT_CASE
Ambient case.
|
BLENDING_CASE
Blending case.
|
COLOR_MATERIAL_CASE
Color material case.
|
DIFFUSE_CASE
Diffuse case.
|
EMISSIVE_CASE
Emissive case.
|
LIGHT_MODEL_CASE
Light model case.
|
LINE_WIDTH_CASE
Line width case.
|
PATTERN_CASE
Pattern case.
|
SHININESS_CASE
Shininess case.
|
SMOOTHING_CASE
Smoothing case.
|
SPECULAR_CASE
Specular case.
|
TRANSPARENCY_CASE
Transparency case.
|
Modifier and Type | Method and Description |
---|---|
static SoLazyElement.Cases |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoLazyElement.Cases |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoLazyElement.Cases |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoLazyElement.Cases[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoLazyElement.Cases LIGHT_MODEL_CASE
public static final SoLazyElement.Cases COLOR_MATERIAL_CASE
public static final SoLazyElement.Cases DIFFUSE_CASE
public static final SoLazyElement.Cases AMBIENT_CASE
public static final SoLazyElement.Cases EMISSIVE_CASE
public static final SoLazyElement.Cases SPECULAR_CASE
public static final SoLazyElement.Cases SHININESS_CASE
public static final SoLazyElement.Cases BLENDING_CASE
public static final SoLazyElement.Cases TRANSPARENCY_CASE
public static final SoLazyElement.Cases PATTERN_CASE
public static final SoLazyElement.Cases SMOOTHING_CASE
public static final SoLazyElement.Cases LINE_WIDTH_CASE
public static SoLazyElement.Cases[] values()
for (SoLazyElement.Cases c : SoLazyElement.Cases.values()) System.out.println(c);
public static SoLazyElement.Cases 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 null@Deprecated public static SoLazyElement.Cases fromValue(int val)
valueOf(int)
instead.public static SoLazyElement.Cases valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com