Uses of Class
javax.validation.metadata.ElementDescriptor.Kind

Packages that use ElementDescriptor.Kind
javax.validation.metadata   
 

Uses of ElementDescriptor.Kind in javax.validation.metadata
 

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



Copyright © 2007-2012. All Rights Reserved.