| Package | Description |
|---|---|
| org.jboss.weld.examples.pastecode.model | |
| org.jboss.weld.examples.pastecode.session |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<CodeFragment,Language> |
CodeFragment_.language |
| Modifier and Type | Method and Description |
|---|---|
Language |
CodeFragment.getLanguage() |
static Language |
Language.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeFragment.setLanguage(Language language) |
| Modifier and Type | Method and Description |
|---|---|
Language[] |
LanguageManager.getLanguages() |
Copyright © 2008–2017. All rights reserved.