Uses of Class
javax.validation.metadata.Scope

Packages that use Scope
javax.validation.metadata Package containing all objects specifically used and returned by the metadata API. 
 

Uses of Scope in javax.validation.metadata
 

Methods in javax.validation.metadata that return Scope
static Scope Scope.valueOf(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)
          Restricts to the constraints matching the provided scope for this element.
 



Copyright © 2007-2013 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0.