public enum swInsertAnnotation_e extends java.lang.Enum<swInsertAnnotation_e>
Modifier and Type | Method and Description |
---|---|
static swInsertAnnotation_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swInsertAnnotation_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swInsertAnnotation_e swInsertCThreads
public static final swInsertAnnotation_e swInsertDatums
public static final swInsertAnnotation_e swInsertDatumTargets
public static final swInsertAnnotation_e swInsertDimensions
public static final swInsertAnnotation_e swInsertInstanceCounts
public static final swInsertAnnotation_e swInsertGTols
public static final swInsertAnnotation_e swInsertNotes
public static final swInsertAnnotation_e swInsertSFSymbols
public static final swInsertAnnotation_e swInsertWelds
public static final swInsertAnnotation_e swInsertAxes
public static final swInsertAnnotation_e swInsertCurves
public static final swInsertAnnotation_e swInsertPlanes
public static final swInsertAnnotation_e swInsertSurfaces
public static final swInsertAnnotation_e swInsertPoints
public static final swInsertAnnotation_e swInsertOrigins
public static final swInsertAnnotation_e swInsertDimensionsMarkedForDrawing
public static final swInsertAnnotation_e swInsertHoleWizardProfileDimensions
public static final swInsertAnnotation_e swInsertHoleWizardLocationDimensions
public static final swInsertAnnotation_e swInsertRefPoints
public static final swInsertAnnotation_e swInsertDimensionsNotMarkedForDrawing
public static final swInsertAnnotation_e swInsertholeCallout
public static final swInsertAnnotation_e swInsertWeldBeads
public static final swInsertAnnotation_e swInsertSketches
public static final swInsertAnnotation_e swInsertWeldBeads_ET
public static final swInsertAnnotation_e swInsertTolerancedDims
public static swInsertAnnotation_e[] values()
for (swInsertAnnotation_e c : swInsertAnnotation_e.values()) System.out.println(c);
public static swInsertAnnotation_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