Returns the alias name for this import, if specified. @return the alias, or null if no alias is provided
()
| 147 | * @return the alias, or null if no alias is provided |
| 148 | */ |
| 149 | public String getAlias() { |
| 150 | return alias; |
| 151 | } |
| 152 | |
| 153 | /** |
| 154 | * Returns the fully qualified class name of the imported type. |
no outgoing calls