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

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

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

Fields in com.sun.n1.sps.model.difference declared as Level
static Level Level.DIR
          An object indicating a mid-level (file meta-data).
static Level Level.FILE
          An object indicating a low-level (file contents).
static Level Level.HOST
          An object indicating a high-level (components installed, when applicable).
static Level Level.UNDEFINED
          An object indicating an UNDEFINED Level.
 

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