Uses of Class
org.sciplore.rest.TextType

Packages that use TextType
org.sciplore.rest   
 

Uses of TextType in org.sciplore.rest
 

Methods in org.sciplore.rest that return TextType
 TextType ObjectFactory.createTextType()
          Create an instance of TextType
 TextType AnnotationType.getText()
          Gets the value of the text property.
 TextType ExtendedObjectFactory.getTextType(int annotationID, java.lang.String value)
           
 

Methods in org.sciplore.rest with parameters of type TextType
 void AnnotationType.setText(TextType value)
          Sets the value of the text property.