|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property.InheritMode | |
---|---|
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 | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |