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