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 ImportContextString importType(String fqcn)
ImportContextjava.util.Collection<org.marvel.Hulk> imports java.util.Collection and returns Collection
org.marvel.Hulk[] imports org.marvel.Hulk and returns HulkimportType in interface ImportContextfqcn - Fully qualified class name of the type to import.String staticImport(String fqcn, String member)
staticImport in interface ImportContextTypeElement getTypeElement()
boolean isMetaComplete()
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.