public static enum SoProfile.Profiles extends java.lang.Enum<SoProfile.Profiles> implements IntegerValuedEnum
Enum Constant and Description |
---|
ADD_TO_CURRENT
Add to end of the last profile in the current list.
|
START_FIRST
Start a new profile and remove any existing profiles from the current list.
|
START_NEW
Start a new profile and add it to the current list.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static SoProfile.Profiles |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoProfile.Profiles |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoProfile.Profiles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoProfile.Profiles START_FIRST
public static final SoProfile.Profiles START_NEW
public static final SoProfile.Profiles ADD_TO_CURRENT
public static SoProfile.Profiles[] values()
for (SoProfile.Profiles c : SoProfile.Profiles.values()) System.out.println(c);
public static SoProfile.Profiles 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 SoProfile.Profiles valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com