Uses of Class
net.anotheria.anosite.gen.asgenericdata.data.GenericBoxTypeDocument
-
Packages that use GenericBoxTypeDocument Package Description net.anotheria.anosite.gen.asgenericdata.data -
-
Uses of GenericBoxTypeDocument in net.anotheria.anosite.gen.asgenericdata.data
Methods in net.anotheria.anosite.gen.asgenericdata.data that return GenericBoxTypeDocument Modifier and Type Method Description GenericBoxTypeDocumentModuleASGenericData. createGenericBoxType(GenericBoxTypeDocument genericboxtype)GenericBoxTypeDocumentModuleASGenericData. getGenericBoxType(java.lang.String id)GenericBoxTypeDocumentModuleASGenericData. importGenericBoxType(GenericBoxTypeDocument genericboxtype)Methods in net.anotheria.anosite.gen.asgenericdata.data that return types with arguments of type GenericBoxTypeDocument Modifier and Type Method Description java.util.List<GenericBoxTypeDocument>ModuleASGenericData. getGenericBoxTypes()Methods in net.anotheria.anosite.gen.asgenericdata.data with parameters of type GenericBoxTypeDocument Modifier and Type Method Description GenericBoxTypeDocumentModuleASGenericData. createGenericBoxType(GenericBoxTypeDocument genericboxtype)GenericBoxTypeDocumentModuleASGenericData. importGenericBoxType(GenericBoxTypeDocument genericboxtype)voidModuleASGenericData. updateGenericBoxType(GenericBoxTypeDocument genericboxtype)Constructors in net.anotheria.anosite.gen.asgenericdata.data with parameters of type GenericBoxTypeDocument Constructor Description GenericBoxTypeDocument(GenericBoxTypeDocument toClone)
-