Uses of Class
org.teleal.cling.model.Resource.Type

Packages that use Resource.Type
org.teleal.cling.model   
org.teleal.cling.registry   
 

Uses of Resource.Type in org.teleal.cling.model
 

Methods in org.teleal.cling.model that return Resource.Type
 Resource.Type Resource.getType()
           
static Resource.Type Resource.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Resource.Type[] Resource.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.teleal.cling.model with parameters of type Resource.Type
Resource(Resource.Type type, URI localURI, M model)
           
 

Uses of Resource.Type in org.teleal.cling.registry
 

Methods in org.teleal.cling.registry with parameters of type Resource.Type
<T> T
RegistryImpl.getResourceModel(Class<T> modelType, Resource.Type type, URI pathQuery)
           
<T> T
Registry.getResourceModel(Class<T> modelType, Resource.Type type, URI pathQuery)
           
 



Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.