public static enum Annotation.Error extends java.lang.Enum<Annotation.Error>
Modifier and Type | Method and Description |
---|---|
static Annotation.Error |
getEnum(java.lang.String str) |
java.lang.String |
toString() |
static Annotation.Error |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Annotation.Error[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Annotation.Error IGNORE
public static final Annotation.Error WARN
public static final Annotation.Error ERROR
public static Annotation.Error[] values()
for (Annotation.Error c : Annotation.Error.values()) System.out.println(c);
public static Annotation.Error 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<Annotation.Error>
public static Annotation.Error getEnum(java.lang.String str)
Copyright © 2013 Dassault Systèmes, All Rights Reserved.