|
DRAFT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ElementDescriptor
Describes a validated element (class, field or property).
Method Summary | |
---|---|
java.util.Set<ConstraintDescriptor<?>> |
getConstraintDescriptors()
Return all constraint descriptors for this element or an empty Set if none are present. |
java.lang.Class<?> |
getType()
|
boolean |
hasConstraints()
|
Method Detail |
---|
boolean hasConstraints()
true
if at least one constraint declaration is present on the element, false
otherwise.java.lang.Class<?> getType()
java.util.Set<ConstraintDescriptor<?>> getConstraintDescriptors()
|
DRAFT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.