public abstract class ElementDescriptorImpl extends Object implements ElementDescriptor, Serializable
ElementDescriptor.ConstraintFinder, ElementDescriptor.Kind| Constructor and Description |
|---|
ElementDescriptorImpl(Type type,
Set<ConstraintDescriptorImpl<?>> constraintDescriptors,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ElementDescriptor> |
as(Class<T> descriptorType) |
ElementDescriptor.ConstraintFinder |
findConstraints() |
Set<ConstraintDescriptor<?>> |
getConstraintDescriptors() |
Class<?> |
getElementClass() |
abstract ElementDescriptor.Kind |
getKind() |
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 ElementDescriptorpublic <T extends ElementDescriptor> T as(Class<T> descriptorType)
as in interface ElementDescriptorpublic abstract ElementDescriptor.Kind getKind()
getKind in interface ElementDescriptorCopyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved