Uses of Class
org.apache.wink.common.model.app.AppCategories

Packages that use AppCategories
org.apache.wink.common.model.app Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of AppCategories in org.apache.wink.common.model.app
 

Fields in org.apache.wink.common.model.app with type parameters of type AppCategories
protected  List<AppCategories> AppCollection.categories
           
 

Methods in org.apache.wink.common.model.app that return AppCategories
 AppCategories ObjectFactory.createAppCategories()
          Create an instance of AppCategories
static AppCategories AppCategories.unmarshal(Reader reader)
          Convenience method for creating an AppCategories from xml
 

Methods in org.apache.wink.common.model.app that return types with arguments of type AppCategories
 javax.xml.bind.JAXBElement<AppCategories> ObjectFactory.createCategories(AppCategories value)
          Create an instance of JAXBElement<AppCategories >
 List<AppCategories> AppCollection.getCategories()
          Gets the categories.
 

Methods in org.apache.wink.common.model.app with parameters of type AppCategories
 javax.xml.bind.JAXBElement<AppCategories> ObjectFactory.createCategories(AppCategories value)
          Create an instance of JAXBElement<AppCategories >
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.