public class ValidationRuleDescriptor extends PartDescriptor<ValidationRule>
| Constructor and Description |
|---|
ValidationRuleDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
ValidationRule |
create(ModelElement parentElement)
Is called by the collector to create a part of type T using the previously collected
information.
|
AnnotatedElement |
getAnnotatedElement() |
Method |
getMethod() |
void |
setAnnotatedElement(AnnotatedElement annotatedElement) |
void |
setMethod(Method method) |
getName, setNamepublic AnnotatedElement getAnnotatedElement()
public void setAnnotatedElement(AnnotatedElement annotatedElement)
public Method getMethod()
public void setMethod(Method method)
public ValidationRule create(ModelElement parentElement)
PartDescriptorcreate in class PartDescriptor<ValidationRule>parentElement - The parent of the part that should be createdCopyright © 2020. All rights reserved.