Uses of Class
net.anotheria.anosite.gen.aswizarddata.data.WizardDefDocument
-
Packages that use WizardDefDocument Package Description net.anotheria.anosite.gen.aswizarddata.data -
-
Uses of WizardDefDocument in net.anotheria.anosite.gen.aswizarddata.data
Methods in net.anotheria.anosite.gen.aswizarddata.data that return WizardDefDocument Modifier and Type Method Description WizardDefDocumentModuleASWizardData. createWizardDef(WizardDefDocument wizarddef)WizardDefDocumentModuleASWizardData. getWizardDef(java.lang.String id)WizardDefDocumentModuleASWizardData. importWizardDef(WizardDefDocument wizarddef)Methods in net.anotheria.anosite.gen.aswizarddata.data that return types with arguments of type WizardDefDocument Modifier and Type Method Description java.util.List<WizardDefDocument>ModuleASWizardData. getWizardDefs()Methods in net.anotheria.anosite.gen.aswizarddata.data with parameters of type WizardDefDocument Modifier and Type Method Description WizardDefDocumentModuleASWizardData. createWizardDef(WizardDefDocument wizarddef)WizardDefDocumentModuleASWizardData. importWizardDef(WizardDefDocument wizarddef)voidModuleASWizardData. updateWizardDef(WizardDefDocument wizarddef)Constructors in net.anotheria.anosite.gen.aswizarddata.data with parameters of type WizardDefDocument Constructor Description WizardDefDocument(WizardDefDocument toClone)
-