Uses of Class
ch.tatool.core.data.ObjectProperty

Packages that use ObjectProperty
ch.tatool.core.data   
 

Uses of ObjectProperty in ch.tatool.core.data
 

Methods in ch.tatool.core.data that return ObjectProperty
static ObjectProperty Question.getAnswerProperty()
          Gets the answerProperty, which represents the correct answer, as a ObjectProperty.
static ObjectProperty Question.getResponseProperty()
          Gets the responseProperty, which represents the given response of a user, as an ObjectProperty.
 

Methods in ch.tatool.core.data with parameters of type ObjectProperty
static void Question.setAnswerProperty(ObjectProperty answerProperty)
          Sets the answerProperty, which represents the correct answer, as an ObjectProperty.
static void Question.setResponseProperty(ObjectProperty responseProperty)
          Sets the responseProperty, which represents the given response of a user, as an ObjectProperty.
 



Copyright © 2012. All Rights Reserved.