Uses of Class
org.openwms.core.domain.system.PropertyScope

Packages that use PropertyScope
org.openwms.core.domain.preferences Contains classes dealing with preferences belonging to the schema http://www.openwms.org/schema/preferences. 
org.openwms.core.domain.system Contains essential domain classes that belong to the CORE Module. 
org.openwms.core.domain.system.usermanagement Contains domain classes regarding the user and role management. 
 

Uses of PropertyScope in org.openwms.core.domain.preferences
 

Methods in org.openwms.core.domain.preferences that return PropertyScope
 PropertyScope ModulePreference.getType()
          Return the particular type of the preference.
 PropertyScope ApplicationPreference.getType()
          Return the particular type of the preference.
 

Uses of PropertyScope in org.openwms.core.domain.system
 

Methods in org.openwms.core.domain.system that return PropertyScope
abstract  PropertyScope AbstractPreference.getType()
          Return the particular type of the preference.
static PropertyScope PropertyScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PropertyScope[] PropertyScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PropertyScope in org.openwms.core.domain.system.usermanagement
 

Methods in org.openwms.core.domain.system.usermanagement that return PropertyScope
 PropertyScope UserPreference.getType()
          Return the particular type of the preference.
 PropertyScope RolePreference.getType()
          Return the particular type of the preference.
 



Copyright © 2005-2011 openwms.org. All Rights Reserved.