Uses of Class
lumis.portal.structure.sync.model.propertybag.Property.InheritMode
-
Packages that use Property.InheritMode Package Description lumis.portal.structure.sync.model.propertybag Models used for synchronizing the property bag fragment of a structure file. -
-
Uses of Property.InheritMode in lumis.portal.structure.sync.model.propertybag
Methods in lumis.portal.structure.sync.model.propertybag that return Property.InheritMode Modifier and Type Method Description Property.InheritMode
Property. getInheritMode()
static Property.InheritMode
Property.InheritMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Property.InheritMode[]
Property.InheritMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.portal.structure.sync.model.propertybag with parameters of type Property.InheritMode Modifier and Type Method Description void
PropertyBag. setDefaultValue(String propertyName, String value, Property.InheritMode inheritMode)
Sets the default value.void
PropertyBag. setDefaultValues(String propertyName, List<String> values, Property.InheritMode inheritMode)
Sets the property default values.void
Property. setInheritMode(Property.InheritMode inheritMode)
-