public static enum SoBoolOperation.Operations extends java.lang.Enum<SoBoolOperation.Operations> implements IntegerValuedEnum
Enum Constant and Description |
---|
A
A.
|
A_AND_B
A and B.
|
A_AND_NOT_B
A and not B.
|
A_EQUALS_B
A equals B.
|
A_NOT_EQUALS_B
A not equals B.
|
A_OR_B
A or B.
|
A_OR_NOT_B
A or not B.
|
B
B.
|
CLEAR
Clear.
|
NOT_A
Not A.
|
NOT_A_AND_B
Not A and B.
|
NOT_A_AND_NOT_B
Not A and not B.
|
NOT_A_OR_B
Not A or B.
|
NOT_A_OR_NOT_B
Not A or not B.
|
NOT_B
Not B.
|
SET
Set.
|
Modifier and Type | Method and Description |
---|---|
static SoBoolOperation.Operations |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoBoolOperation.Operations |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoBoolOperation.Operations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoBoolOperation.Operations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoBoolOperation.Operations CLEAR
public static final SoBoolOperation.Operations SET
public static final SoBoolOperation.Operations A
public static final SoBoolOperation.Operations NOT_A
public static final SoBoolOperation.Operations B
public static final SoBoolOperation.Operations NOT_B
public static final SoBoolOperation.Operations A_OR_B
public static final SoBoolOperation.Operations NOT_A_OR_B
public static final SoBoolOperation.Operations A_OR_NOT_B
public static final SoBoolOperation.Operations NOT_A_OR_NOT_B
public static final SoBoolOperation.Operations A_AND_B
public static final SoBoolOperation.Operations NOT_A_AND_B
public static final SoBoolOperation.Operations A_AND_NOT_B
public static final SoBoolOperation.Operations NOT_A_AND_NOT_B
public static final SoBoolOperation.Operations A_EQUALS_B
public static final SoBoolOperation.Operations A_NOT_EQUALS_B
public static SoBoolOperation.Operations[] values()
for (SoBoolOperation.Operations c : SoBoolOperation.Operations.values()) System.out.println(c);
public static SoBoolOperation.Operations 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 SoBoolOperation.Operations fromValue(int val)
valueOf(int)
instead.public static SoBoolOperation.Operations 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