public class ImportFields extends ImportStatementAbstract implements ImportStatement
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
scnChangedSupport, sync| Constructor and Description |
|---|
ImportFields() |
ImportFields(ImportFields sample) |
ImportFields(String className) |
| Modifier and Type | Method and Description |
|---|---|
ImportFields |
clone() |
void |
configure(org.codehaus.groovy.control.customizers.ImportCustomizer imp) |
void |
configureByRefl(Object imp) |
String |
getClassName() |
Class |
getJavaType() |
String |
getTagName() |
Object |
restore(Element el) |
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, setSyncprotected String className
public ImportFields()
public ImportFields(String className)
public ImportFields(ImportFields sample)
public ImportFields clone()
clone in interface ImportStatementclone in class ImportStatementAbstractpublic String getClassName()
public void setClassName(String className)
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.