public enum CodeBoxLanguage extends Enum<CodeBoxLanguage>
CodeBox component.
In general it is not necessary to specify a language, however you can force one by using one of these enumerated types.
| Enum Constant and Description |
|---|
APOLLO |
BASH |
C |
COMMON_LISP |
CPP |
CSHARP |
CSS |
CV |
CYC |
EMACS_LISP |
F_SHARP |
GOOGLE_WIKI |
HASKELL |
HTML |
JAVA |
JAVASCRIPT |
JSON |
LISP |
LUA |
ML |
PERL |
PROTOCOL_BUFFERS |
PYTHON |
RUBY |
SCHEME |
SHELL |
SQL |
VB_SCRIPT |
VISUAL_BASIC |
XHTML |
XML |
XSL |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
String |
getExtraJSfile() |
static CodeBoxLanguage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeBoxLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeBoxLanguage COMMON_LISP
public static final CodeBoxLanguage EMACS_LISP
public static final CodeBoxLanguage LISP
public static final CodeBoxLanguage SCHEME
public static final CodeBoxLanguage CSS
public static final CodeBoxLanguage HASKELL
public static final CodeBoxLanguage LUA
public static final CodeBoxLanguage PROTOCOL_BUFFERS
public static final CodeBoxLanguage SQL
public static final CodeBoxLanguage VISUAL_BASIC
public static final CodeBoxLanguage VB_SCRIPT
public static final CodeBoxLanguage GOOGLE_WIKI
public static final CodeBoxLanguage APOLLO
public static final CodeBoxLanguage F_SHARP
public static final CodeBoxLanguage ML
public static final CodeBoxLanguage HTML
public static final CodeBoxLanguage BASH
public static final CodeBoxLanguage C
public static final CodeBoxLanguage CPP
public static final CodeBoxLanguage CSHARP
public static final CodeBoxLanguage CYC
public static final CodeBoxLanguage CV
public static final CodeBoxLanguage JSON
public static final CodeBoxLanguage JAVA
public static final CodeBoxLanguage JAVASCRIPT
public static final CodeBoxLanguage XML
public static final CodeBoxLanguage XSL
public static final CodeBoxLanguage PERL
public static final CodeBoxLanguage PYTHON
public static final CodeBoxLanguage RUBY
public static final CodeBoxLanguage SHELL
public static final CodeBoxLanguage XHTML
public static CodeBoxLanguage[] values()
for (CodeBoxLanguage c : CodeBoxLanguage.values()) System.out.println(c);
public static CodeBoxLanguage valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getCSSClass()
public String getExtraJSfile()
Copyright © 2014–2019. All rights reserved.