public enum swAnnotationType_e extends java.lang.Enum<swAnnotationType_e>
Enum Constant and Description |
---|
swBlock |
swCenterLine |
swCenterMarkSym |
swCThread |
swCustomSymbol |
swDatumOrigin |
swDatumTag |
swDatumTargetSym |
swDisplayDimension |
swDowelSym |
swGTol |
swLeader |
swNote |
swPMIOnly |
swRevisionCloud |
swSFSymbol |
swTableAnnotation |
swWeldBeadSymbol |
swWeldSymbol |
Modifier and Type | Method and Description |
---|---|
static swAnnotationType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swAnnotationType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swAnnotationType_e swCThread
public static final swAnnotationType_e swDatumTag
public static final swAnnotationType_e swDatumTargetSym
public static final swAnnotationType_e swDisplayDimension
public static final swAnnotationType_e swGTol
public static final swAnnotationType_e swNote
public static final swAnnotationType_e swSFSymbol
public static final swAnnotationType_e swWeldSymbol
public static final swAnnotationType_e swCustomSymbol
public static final swAnnotationType_e swDowelSym
public static final swAnnotationType_e swLeader
public static final swAnnotationType_e swBlock
public static final swAnnotationType_e swCenterMarkSym
public static final swAnnotationType_e swTableAnnotation
public static final swAnnotationType_e swCenterLine
public static final swAnnotationType_e swDatumOrigin
public static final swAnnotationType_e swWeldBeadSymbol
public static final swAnnotationType_e swRevisionCloud
public static final swAnnotationType_e swPMIOnly
public static swAnnotationType_e[] values()
for (swAnnotationType_e c : swAnnotationType_e.values()) System.out.println(c);
public static swAnnotationType_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