public class ImportClass extends ImportStatementAbstract implements ImportStatement
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected String |
className |
scnChangedSupport, sync| Constructor and Description |
|---|
ImportClass() |
ImportClass(ImportClass sample) |
ImportClass(String className) |
ImportClass(String className,
String alias) |
| Modifier and Type | Method and Description |
|---|---|
ImportClass |
clone() |
void |
configure(org.codehaus.groovy.control.customizers.ImportCustomizer imp) |
void |
configureByRefl(Object imp) |
String |
getAlias() |
String |
getClassName() |
Class |
getJavaType() |
String |
getTagName() |
Object |
restore(Element el) |
void |
setAlias(String alias) |
void |
setClassName(String className) |
void |
xmlElementRestore(Element xe) |
void |
xmlElementStore(Element el) |
addScnChangedEvent, addScnChangedListener, addScnChangedListener, compareAndSetSync, fireScnChanged, fireScnChangedEvent, fireScnChangedEvents, getScnChangedEventQueue, getScnChangedListeners, getSync, hasScnChangedListener, nextscn, nextscn, removeAllScnChangedListeners, removeScnChangedListener, scn, setSyncpublic ImportClass()
public ImportClass(String className)
public ImportClass(ImportClass sample)
public ImportClass clone()
clone in interface ImportStatementclone in class ImportStatementAbstractpublic String getClassName()
public void setClassName(String className)
public String getAlias()
public void setAlias(String alias)
public void configure(org.codehaus.groovy.control.customizers.ImportCustomizer imp)
configure in interface ImportStatementpublic void configureByRefl(Object imp)
configureByRefl in interface ImportStatementpublic void xmlElementStore(Element el)
xmlElementStore in interface XmlElementStorepublic void xmlElementRestore(Element xe)
xmlElementRestore in interface XmlElementStorepublic String getTagName()
getTagName in interface Xml2Objectpublic Class getJavaType()
getJavaType in interface Xml2Objectpublic Object restore(Element el)
restore in interface Xml2ObjectCopyright © 2019. All rights reserved.