|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Text | |
|---|---|
| org.apache.stanbol.entityhub.servicesapi.model | |
| Uses of Text in org.apache.stanbol.entityhub.servicesapi.model |
|---|
| Methods in org.apache.stanbol.entityhub.servicesapi.model that return Text | |
|---|---|
Text |
ValueFactory.createText(Object value)
Creates a Text instance without an language |
Text |
ValueFactory.createText(String text,
String language)
Creates a Text instance for a language |
Text |
Representation.getFirst(String field,
String... language)
Getter for the first natural language text value of a specific language |
| Methods in org.apache.stanbol.entityhub.servicesapi.model that return types with arguments of type Text | |
|---|---|
Iterator<Text> |
Representation.get(String field,
String... language)
Getter for all natural language text values of a field |
Iterator<Text> |
Representation.getText(String field)
Getter for all natural language text values of a field |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||