protected static class TableUsageCollector.TableUsageDescriptor extends PartDescriptor<TableUsage>
| Modifier | Constructor and Description |
|---|---|
protected |
TableUsageDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
TableUsage |
create(ModelElement parentElement)
Is called by the collector to create a part of type T using the previously collected
information.
|
Method |
getAnnotatedElement() |
boolean |
isChangingOverTime() |
boolean |
isValid() |
void |
setAnnotatedElement(Method annotatedElement) |
void |
setChangingOverTime(boolean changingOverTime) |
getName, setNamepublic boolean isValid()
public Method getAnnotatedElement()
public void setAnnotatedElement(Method annotatedElement)
public boolean isChangingOverTime()
public void setChangingOverTime(boolean changingOverTime)
public TableUsage create(ModelElement parentElement)
PartDescriptorcreate in class PartDescriptor<TableUsage>parentElement - The parent of the part that should be createdCopyright © 2019. All rights reserved.