public class ModuleModel extends Object implements Model
Constructor and Description |
---|
ModuleModel(Elements elementUtils,
Types typeUtils,
PackageElement element) |
Modifier and Type | Method and Description |
---|---|
List<AnnotationValueInfo> |
getAnnotations() |
Element |
getElement() |
String |
getFqn() |
String |
getKind() |
ModuleInfo |
getModule() |
String |
getName() |
Map<String,Object> |
getVars() |
boolean |
process() |
String |
translateFqn(String name) |
public ModuleModel(Elements elementUtils, Types typeUtils, PackageElement element)
public String getName()
public Element getElement()
getElement
in interface Model
public List<AnnotationValueInfo> getAnnotations()
getAnnotations
in interface Model
public ModuleInfo getModule()
Copyright © 2021 Eclipse. All rights reserved.