public enum swBoundaryBossCurveInfluenceType_e extends java.lang.Enum<swBoundaryBossCurveInfluenceType_e>
Enum Constant and Description |
---|
swBoundaryBossCurve_GlobalInfluence |
swBoundaryBossCurve_LinearInfluence |
swBoundaryBossCurve_ToEdgeInfluence |
swBoundaryBossCurve_ToNextCurveInfluence |
swBoundaryBossCurve_ToNextSharpInfluence |
Modifier and Type | Method and Description |
---|---|
static swBoundaryBossCurveInfluenceType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swBoundaryBossCurveInfluenceType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swBoundaryBossCurveInfluenceType_e swBoundaryBossCurve_ToNextCurveInfluence
public static final swBoundaryBossCurveInfluenceType_e swBoundaryBossCurve_ToNextSharpInfluence
public static final swBoundaryBossCurveInfluenceType_e swBoundaryBossCurve_GlobalInfluence
public static final swBoundaryBossCurveInfluenceType_e swBoundaryBossCurve_ToEdgeInfluence
public static final swBoundaryBossCurveInfluenceType_e swBoundaryBossCurve_LinearInfluence
public static swBoundaryBossCurveInfluenceType_e[] values()
for (swBoundaryBossCurveInfluenceType_e c : swBoundaryBossCurveInfluenceType_e.values()) System.out.println(c);
public static swBoundaryBossCurveInfluenceType_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