public interface MetaEntity extends ImportContext
Modifier and Type | Method and Description |
---|---|
String |
generateImports() |
List<MetaAttribute> |
getMembers() |
String |
getPackageName() |
String |
getQualifiedName() |
String |
getSimpleName() |
TypeElement |
getTypeElement() |
String |
importType(String fqcn)
Add fqcn to the import list.
|
boolean |
isMetaComplete() |
String |
staticImport(String fqcn,
String member) |
String getSimpleName()
String getQualifiedName()
String getPackageName()
List<MetaAttribute> getMembers()
String generateImports()
generateImports
in interface ImportContext
String importType(String fqcn)
ImportContext
java.util.Collection<org.marvel.Hulk>
imports java.util.Collection
and returns Collection
org.marvel.Hulk[]
imports org.marvel.Hulk
and returns Hulk
importType
in interface ImportContext
fqcn
- Fully qualified class name of the type to import.String staticImport(String fqcn, String member)
staticImport
in interface ImportContext
TypeElement getTypeElement()
boolean isMetaComplete()
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.