public enum swFaceCoincidentResult_e extends java.lang.Enum<swFaceCoincidentResult_e>
Modifier and Type | Method and Description |
---|---|
static swFaceCoincidentResult_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swFaceCoincidentResult_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swFaceCoincidentResult_e swFaceCoincidentUnknownResult
public static final swFaceCoincidentResult_e swFaceCoincident_True
public static final swFaceCoincidentResult_e swFaceCoincident_TrueReversed
public static final swFaceCoincidentResult_e swFaceCoincident_FalseTopology
public static final swFaceCoincidentResult_e swFaceCoincident_FalseBoundary1
public static final swFaceCoincidentResult_e swFaceCoincident_FalseBoundary2
public static final swFaceCoincidentResult_e swFaceCoincident_FalseFace1
public static final swFaceCoincidentResult_e swFaceCoincident_FalseFace2
public static final swFaceCoincidentResult_e swFaceCoincident_FalseSurface
public static swFaceCoincidentResult_e[] values()
for (swFaceCoincidentResult_e c : swFaceCoincidentResult_e.values()) System.out.println(c);
public static swFaceCoincidentResult_e 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