Uses of Class
javax.validation.metadata.Scope

Packages that use Scope
javax.validation.metadata   
 

Uses of Scope in javax.validation.metadata
 

Methods in javax.validation.metadata that return Scope
static Scope Scope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Scope[] Scope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in javax.validation.metadata with parameters of type Scope
 ElementDescriptor.ConstraintFinder ElementDescriptor.ConstraintFinder.lookingAt(Scope scope)
          Restrict to the constraints matching the provided scope for this element.
 



Copyright © 2007-2011. All Rights Reserved.