|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.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,
java.net.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 | ||
---|---|---|
|
RegistryImpl.getResourceModel(java.lang.Class<T> modelType,
Resource.Type type,
java.net.URI pathQuery)
|
|
|
Registry.getResourceModel(java.lang.Class<T> modelType,
Resource.Type type,
java.net.URI pathQuery)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |