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