Uses of Class
lumis.portal.propertybag.PropertyInheritMode
-
Packages that use PropertyInheritMode Package Description lumis.portal.propertybag Provides the storage of property values in a hierarchical structure. -
-
Uses of PropertyInheritMode in lumis.portal.propertybag
Methods in lumis.portal.propertybag that return PropertyInheritMode Modifier and Type Method Description PropertyInheritMode
Property. getInheritMode()
Returns the inherit mode for this property.static PropertyInheritMode
PropertyInheritMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PropertyInheritMode[]
PropertyInheritMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.portal.propertybag with parameters of type PropertyInheritMode Modifier and Type Method Description void
Property. setInheritMode(PropertyInheritMode inheritMode)
Sets the inherit mode for this property.
-