public abstract class ElementDescriptorImpl extends Object implements ElementDescriptor, Serializable
ElementDescriptor.ConstraintFinder| Constructor and Description |
|---|
ElementDescriptorImpl(Type type,
Set<ConstraintDescriptorImpl<?>> constraintDescriptors,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
| Modifier and Type | Method and Description |
|---|---|
ElementDescriptor.ConstraintFinder |
findConstraints() |
Set<ConstraintDescriptor<?>> |
getConstraintDescriptors() |
Class<?> |
getElementClass() |
boolean |
hasConstraints() |
public ElementDescriptorImpl(Type type, Set<ConstraintDescriptorImpl<?>> constraintDescriptors, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
public final boolean hasConstraints()
hasConstraints in interface ElementDescriptorpublic final Class<?> getElementClass()
getElementClass in interface ElementDescriptorpublic final Set<ConstraintDescriptor<?>> getConstraintDescriptors()
getConstraintDescriptors in interface ElementDescriptorpublic final ElementDescriptor.ConstraintFinder findConstraints()
findConstraints in interface ElementDescriptorCopyright © 2007-2014 Red Hat, Inc. All Rights Reserved