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