public abstract class AbstractAttributeDescriptor<T extends Attribute> extends PartDescriptor<T>
| Constructor and Description |
|---|
AbstractAttributeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
T |
create(ModelElement parentElement)
Is called by the collector to create a part of type T using the previously collected
information.
|
protected abstract T |
createValid(Type type) |
AnnotatedElement |
getAnnotatedElement() |
Method |
getSetterMethod() |
boolean |
isValid() |
void |
setAnnotatedElement(AnnotatedElement annotatedElement) |
void |
setSetterMethod(Method setterMethod) |
getName, setNamepublic boolean isValid()
public AnnotatedElement getAnnotatedElement()
public void setAnnotatedElement(AnnotatedElement annotatedElement)
public Method getSetterMethod()
public void setSetterMethod(Method setterMethod)
public T create(ModelElement parentElement)
PartDescriptorcreate in class PartDescriptor<T extends Attribute>parentElement - The parent of the part that should be createdCopyright © 2019. All rights reserved.