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