| Package | Description |
|---|---|
| org.apache.stanbol.entityhub.servicesapi.model |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.