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