public static enum PoMeshContouring.AnnotCrossStatusType extends java.lang.Enum<PoMeshContouring.AnnotCrossStatusType> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
CROSS_CONTOUR
Annotations may cross contour lines.
|
CROSS_MINOR_CONTOUR
Annotations may cross only minor contour lines (but not major contour lines).
|
DONT_CROSS_CONTOUR
Annotations do not cross any contour lines.
|
| Modifier and Type | Method and Description |
|---|---|
static PoMeshContouring.AnnotCrossStatusType |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static PoMeshContouring.AnnotCrossStatusType |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoMeshContouring.AnnotCrossStatusType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoMeshContouring.AnnotCrossStatusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoMeshContouring.AnnotCrossStatusType CROSS_CONTOUR
public static final PoMeshContouring.AnnotCrossStatusType CROSS_MINOR_CONTOUR
public static final PoMeshContouring.AnnotCrossStatusType DONT_CROSS_CONTOUR
public static PoMeshContouring.AnnotCrossStatusType[] values()
for (PoMeshContouring.AnnotCrossStatusType c : PoMeshContouring.AnnotCrossStatusType.values()) System.out.println(c);
public static PoMeshContouring.AnnotCrossStatusType 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 PoMeshContouring.AnnotCrossStatusType fromValue(int val)
valueOf(int) instead.public static PoMeshContouring.AnnotCrossStatusType valueOf(int val)
public int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumGenerated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com