Uses of Class
net.anotheria.anosite.gen.aswebdata.data.AttributeDocument
-
Packages that use AttributeDocument Package Description net.anotheria.anosite.gen.aswebdata.data -
-
Uses of AttributeDocument in net.anotheria.anosite.gen.aswebdata.data
Methods in net.anotheria.anosite.gen.aswebdata.data that return AttributeDocument Modifier and Type Method Description AttributeDocumentModuleASWebData. createAttribute(AttributeDocument attribute)AttributeDocumentModuleASWebData. getAttribute(java.lang.String id)AttributeDocumentModuleASWebData. importAttribute(AttributeDocument attribute)Methods in net.anotheria.anosite.gen.aswebdata.data that return types with arguments of type AttributeDocument Modifier and Type Method Description java.util.List<AttributeDocument>ModuleASWebData. getAttributes()Methods in net.anotheria.anosite.gen.aswebdata.data with parameters of type AttributeDocument Modifier and Type Method Description AttributeDocumentModuleASWebData. createAttribute(AttributeDocument attribute)AttributeDocumentModuleASWebData. importAttribute(AttributeDocument attribute)voidModuleASWebData. updateAttribute(AttributeDocument attribute)Constructors in net.anotheria.anosite.gen.aswebdata.data with parameters of type AttributeDocument Constructor Description AttributeDocument(AttributeDocument toClone)
-