Uses of Interface
org.apache.stanbol.entityhub.servicesapi.model.Text

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(java.lang.Object value)
          Creates a Text instance without an language
 Text ValueFactory.createText(java.lang.String text, java.lang.String language)
          Creates a Text instance for a language
 Text Representation.getFirst(java.lang.String field, java.lang.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
 java.util.Iterator<Text> Representation.get(java.lang.String field, java.lang.String... language)
          Getter for all natural language text values of a field
 java.util.Iterator<Text> Representation.getText(java.lang.String field)
          Getter for all natural language text values of a field
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.