public class ImportImpl extends Object implements Import
| Constructor and Description |
|---|
ImportImpl(JavaSource<?> parent) |
ImportImpl(JavaSource<?> parent,
Object internal) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getInternal() |
String |
getPackage() |
String |
getQualifiedName() |
String |
getSimpleName() |
int |
hashCode() |
boolean |
isStatic() |
boolean |
isWildcard() |
Import |
setName(String name) |
Import |
setStatic(boolean value) |
String |
toString() |
public ImportImpl(JavaSource<?> parent)
public ImportImpl(JavaSource<?> parent, Object internal)
public String getSimpleName()
getSimpleName in interface Importpublic String getQualifiedName()
getQualifiedName in interface Importpublic boolean isStatic()
isStatic in interface StaticCapablepublic Import setStatic(boolean value)
setStatic in interface StaticCapableSource<Import>public boolean isWildcard()
isWildcard in interface Importpublic Object getInternal()
getInternal in interface Internalpublic String getPackage()
getPackage in interface ImportCopyright © 2017 JBoss by Red Hat. All rights reserved.