Uses of Class
org.deegree.commons.config.ResourceState.StateType

Packages that use ResourceState.StateType
org.deegree.commons.config   
 

Uses of ResourceState.StateType in org.deegree.commons.config
 

Methods in org.deegree.commons.config that return ResourceState.StateType
 ResourceState.StateType ResourceState.getType()
          Returns the state type.
static ResourceState.StateType ResourceState.StateType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResourceState.StateType[] ResourceState.StateType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.deegree.commons.config with parameters of type ResourceState.StateType
ResourceState(String id, File configLocation, ResourceProvider provider, ResourceState.StateType type, T resource, ResourceInitException lastException)
          Creates a new ResourceState instance.
 



Copyright © 2011. All Rights Reserved.