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