public class ExecutableDescriptorImpl extends ElementDescriptorImpl implements ConstructorDescriptor, MethodDescriptor
ElementDescriptor.ConstraintFinder, ElementDescriptor.Kind| Constructor and Description |
|---|
ExecutableDescriptorImpl(ElementDescriptor.Kind kind,
Type returnType,
String name,
Set<ConstraintDescriptorImpl<?>> returnValueConstraints,
ReturnValueDescriptor returnValueDescriptor,
List<ParameterDescriptor> parameters,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areParametersConstrained() |
ElementDescriptor.Kind |
getKind() |
String |
getName() |
List<ParameterDescriptor> |
getParameterDescriptors() |
ReturnValueDescriptor |
getReturnValueDescriptor() |
boolean |
isReturnValueConstrained() |
String |
toString() |
as, findConstraints, getConstraintDescriptors, getElementClass, hasConstraintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindConstraints, getConstraintDescriptors, hasConstraintsas, getElementClasspublic ExecutableDescriptorImpl(ElementDescriptor.Kind kind, Type returnType, String name, Set<ConstraintDescriptorImpl<?>> returnValueConstraints, ReturnValueDescriptor returnValueDescriptor, List<ParameterDescriptor> parameters, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
public String getName()
getName in interface ExecutableDescriptorpublic List<ParameterDescriptor> getParameterDescriptors()
getParameterDescriptors in interface ExecutableDescriptorpublic ReturnValueDescriptor getReturnValueDescriptor()
getReturnValueDescriptor in interface ExecutableDescriptorpublic ElementDescriptor.Kind getKind()
getKind in interface ElementDescriptorgetKind in class ElementDescriptorImplpublic boolean areParametersConstrained()
areParametersConstrained in interface ExecutableDescriptorpublic boolean isReturnValueConstrained()
isReturnValueConstrained in interface ExecutableDescriptorCopyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved