public class ParameterDescriptorImpl extends ElementDescriptorImpl implements ParameterDescriptor
ElementDescriptor.ConstraintFinder| Constructor and Description |
|---|
ParameterDescriptorImpl(Type type,
int index,
String name,
Set<ConstraintDescriptorImpl<?>> constraints,
boolean isCascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence,
Set<GroupConversionDescriptor> groupConversions) |
| Modifier and Type | Method and Description |
|---|---|
Set<GroupConversionDescriptor> |
getGroupConversions() |
int |
getIndex() |
String |
getName() |
boolean |
isCascaded() |
String |
toString() |
findConstraints, getConstraintDescriptors, getElementClass, hasConstraintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindConstraints, getConstraintDescriptors, getElementClass, hasConstraintspublic ParameterDescriptorImpl(Type type, int index, String name, Set<ConstraintDescriptorImpl<?>> constraints, boolean isCascaded, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence, Set<GroupConversionDescriptor> groupConversions)
public boolean isCascaded()
isCascaded in interface CascadableDescriptorpublic Set<GroupConversionDescriptor> getGroupConversions()
getGroupConversions in interface CascadableDescriptorpublic int getIndex()
getIndex in interface ParameterDescriptorpublic String getName()
getName in interface ParameterDescriptorCopyright © 2007-2014 Red Hat, Inc. All Rights Reserved