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

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

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

Fields in com.sun.n1.sps.model.difference declared as Scope
static Scope Scope.COMPONENT
          An object indicating all resources of the given component.
static Scope Scope.HOST
          An object indicating all components on a given host.
static Scope Scope.HOSTSET
          An object indicating all components on all hosts of the given set.
static Scope Scope.UNDEFINED
          An object indicating an UNDEFINED Scope.
 

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