public class PropertyTypeEnum extends PropertyType
| Modifier and Type | Method and Description |
|---|---|
void |
addImports(Set<String> allImports)
Add any required imports for this property to the allImports set.
|
String |
getTypeDefn(String shortName,
boolean assoc)
Return the type definition for this property.
|
isAssociation, toStringpublic String getTypeDefn(String shortName, boolean assoc)
PropertyTypegetTypeDefn in class PropertyTypeshortName - The short name of the property typeassoc - flag set to true if the property is on an association beanpublic void addImports(Set<String> allImports)
PropertyTypeaddImports in class PropertyTypeCopyright © 2018. All rights reserved.