| Package | Description |
|---|---|
| org.plasma.query.model |
Copyright 2017 TerraMeta Software, Inc.
|
| Modifier and Type | Field and Description |
|---|---|
protected QueryLanguageValues |
TextContent.language |
| Modifier and Type | Method and Description |
|---|---|
static QueryLanguageValues |
QueryLanguageValues.fromValue(String v) |
QueryLanguageValues |
TextContent.getLanguage()
Gets the value of the language property.
|
static QueryLanguageValues |
QueryLanguageValues.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryLanguageValues[] |
QueryLanguageValues.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextContent.setLanguage(QueryLanguageValues value)
Sets the value of the language property.
|
| Constructor and Description |
|---|
TextContent(QueryLanguageValues language) |
Copyright © 2021. All rights reserved.