public abstract class GeneratedType extends ModelElement
Writable.Context| Modifier | Constructor and Description |
|---|---|
protected |
GeneratedType(TypeFactory typeFactory,
String packageName,
String name,
String superClassName,
String interfaceName,
List<MappingMethod> methods,
List<? extends ModelElement> fields,
boolean suppressGeneratorTimestamp,
Accessibility accessibility,
SortedSet<Type> extraImportedTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotation(Annotation annotation) |
Accessibility |
getAccessibility() |
List<Annotation> |
getAnnotations() |
List<? extends ModelElement> |
getFields() |
SortedSet<Type> |
getImportTypes()
Returns a set containing those
Types referenced by this model element for which an import statement needs
to be declared. |
String |
getInterfaceName() |
List<MappingMethod> |
getMethods() |
String |
getName() |
String |
getPackageName() |
String |
getSuperClassName() |
boolean |
isSuppressGeneratorTimestamp() |
writegetTemplateNameprotected GeneratedType(TypeFactory typeFactory, String packageName, String name, String superClassName, String interfaceName, List<MappingMethod> methods, List<? extends ModelElement> fields, boolean suppressGeneratorTimestamp, Accessibility accessibility, SortedSet<Type> extraImportedTypes)
public String getPackageName()
public String getName()
public String getSuperClassName()
public String getInterfaceName()
public List<Annotation> getAnnotations()
public void addAnnotation(Annotation annotation)
public List<MappingMethod> getMethods()
public List<? extends ModelElement> getFields()
public boolean isSuppressGeneratorTimestamp()
public Accessibility getAccessibility()
public SortedSet<Type> getImportTypes()
ModelElementTypes referenced by this model element for which an import statement needs
to be declared.getImportTypes in class ModelElementnull.Copyright © 2012-2014. All Rights Reserved.