public class ModuleModel extends Object implements Model
Constructor and Description |
---|
ModuleModel(PackageElement element,
ModuleInfo info,
List<AnnotationValueInfo> annotationValueInfos) |
Modifier and Type | Method and Description |
---|---|
List<AnnotationValueInfo> |
getAnnotationValueInfos() |
Element |
getElement() |
String |
getFqn() |
String |
getKind() |
ModuleInfo |
getModule() |
String |
getName() |
Map<String,Object> |
getVars() |
String |
translateFqn(String name) |
public ModuleModel(PackageElement element, ModuleInfo info, List<AnnotationValueInfo> annotationValueInfos)
public String getName()
public Element getElement()
getElement
in interface Model
public List<AnnotationValueInfo> getAnnotationValueInfos()
public ModuleInfo getModule()
Copyright © 2017. All rights reserved.