Uses of Class
org.mwolff.generator.xml.Bean
-
Packages that use Bean Package Description org.mwolff.generator.config org.mwolff.generator.xml -
-
Uses of Bean in org.mwolff.generator.config
Methods in org.mwolff.generator.config that return Bean Modifier and Type Method Description Bean
CommandTransport. getTempBean()
Methods in org.mwolff.generator.config that return types with arguments of type Bean Modifier and Type Method Description List<Bean>
CommandTransport. getBeanList()
List<Bean>
CommandTransport. getCopyBeanList()
Methods in org.mwolff.generator.config with parameters of type Bean Modifier and Type Method Description void
CommandTransport. setTempBean(Bean tempBean)
Method parameters in org.mwolff.generator.config with type arguments of type Bean Modifier and Type Method Description void
CommandTransport. setBeanList(List<Bean> beanList)
void
CommandTransport. setCopyBeanList(List<Bean> copyBeanList)
-
Uses of Bean in org.mwolff.generator.xml
Methods in org.mwolff.generator.xml that return types with arguments of type Bean Modifier and Type Method Description List<Bean>
BeanContentHandler. getBeans()
-