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

Packages that use IntegerProperty
ch.tatool.core.data   
 

Uses of IntegerProperty in ch.tatool.core.data
 

Methods in ch.tatool.core.data that return IntegerProperty
static IntegerProperty Level.getLevelChangeDeltaProperty()
          Gets the levelChangeDeltaProperty as an IntegerProperty.
static IntegerProperty Level.getLevelProperty()
          Gets the levelProperty as an IntegerProperty.
static IntegerProperty Points.getMaxPointsProperty()
          Gets the maxPointsProperty as a IntegerProperty.
static IntegerProperty Points.getMinPointsProperty()
          Gets the minPointsProperty as a IntegerProperty.
static IntegerProperty Points.getPointsProperty()
          Gets the pointsProperty as a IntegerProperty.
static IntegerProperty Rating.getRatingValueProperty()
           
static IntegerProperty Points.getTotalMaxPointsProperty()
          Gets the totalMaxPointsProperty as a IntegerProperty.
static IntegerProperty Points.getTotalMinPointsProperty()
          Gets the totalMinPointsProperty as a IntegerProperty.
static IntegerProperty Points.getTotalPointsProperty()
          Gets the totalPointsProperty as a IntegerProperty.
 

Methods in ch.tatool.core.data with parameters of type IntegerProperty
static void Level.setLevelChangeDeltaProperty(IntegerProperty levelChangeDeltaProperty)
          Sets the levelChangeDeltaProperty as an IntegerProperty.
static void Level.setLevelProperty(IntegerProperty levelProperty)
          Sets the levelPropery as an IntegerProperty.
static void Points.setMaxPointsProperty(IntegerProperty maxPointsProperty)
          Sets the maxPointsProperty as an IntegerProperty.
static void Points.setMinPointsProperty(IntegerProperty minPointsProperty)
          Sets the minPointsProperty as an IntegerProperty.
static void Points.setPointsProperty(IntegerProperty pointsProperty)
          Sets the pointsProperty as an IntegerProperty.
static void Rating.setRatingValueProperty(IntegerProperty ratingValueProperty)
           
static void Points.setTotalMaxPointsProperty(IntegerProperty totalMaxPointsProperty)
          Sets the totalMaxPointsProperty as an IntegerProperty.
static void Points.setTotalMinPointsProperty(IntegerProperty totalMinPointsProperty)
          Sets the totalMinPointsProperty as an IntegerProperty.
static void Points.setTotalPointsProperty(IntegerProperty totalPointsProperty)
          Sets the totalPointsProperty as an IntegerProperty.
 



Copyright © 2012. All Rights Reserved.