Uses of Class
com.sun.n1.sps.model.difference.Style

Packages that use Style
com.sun.n1.sps.model.difference   
 

Uses of Style in com.sun.n1.sps.model.difference
 

Fields in com.sun.n1.sps.model.difference declared as Style
static Style Style.INSTALL_INSTALL
          An object indicating an INSTALL_INSTALL (ii) Style.
static Style Style.MODEL_INSTALL
          An object indicating an MODEL_INSTALL (mi) Style.
static Style Style.MODEL_MODEL
          An object indicating an MODEL_MODEL (mm) Style.
static Style Style.UNDEFINED
          An object indicating an UNDEFINED Style.
 

Methods in com.sun.n1.sps.model.difference that return Style
 Style Style.Factory.get(int value)
          Returns the style associated with the passed int value.
 Style Style.Factory.get(java.lang.String value)
          Returns the style associated with the passed string value.
 Style[] Style.Factory.getAll()
          Returns the array of all style enumerations.
 Style DifferenceSettings.getDiffStyleCode()
          Returns the stype type of this object.