public static interface SimpleTypePartsReader.ModelElementCreator<T extends ModelElement>
ModelElement under the given parent element with the given name and
getter method.| Modifier and Type | Method and Description |
|---|---|
T |
create(ModelElement parentElement,
String name,
Method getterMethod)
Creates a new
ModelElement under the given parent element with the given name and
getter method. |
T create(ModelElement parentElement, String name, Method getterMethod)
ModelElement under the given parent element with the given name and
getter method.Copyright © 2020. All rights reserved.