public class PropertyType extends Object
| 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.
|
boolean |
isAssociation()
Return true if this is an association type.
|
String |
toString() |
public boolean isAssociation()
public String getTypeDefn(String shortName, boolean assoc)
shortName - The short name of the property typeassoc - flag set to true if the property is on an association beanpublic void addImports(Set<String> allImports)
Copyright © 2018. All rights reserved.