-
- All Known Implementing Classes:
SDOSetting
- Enclosing interface:
- ChangeSummary
public static interface ChangeSummary.Setting
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertygetProperty()Returns the property of the setting.ObjectgetValue()Returns the value of the setting.booleanisSet()Returns whether or not the property is set.
-
-
-
Method Detail
-
getProperty
Property getProperty()
Returns the property of the setting.- Returns:
- the setting property.
-
getValue
Object getValue()
Returns the value of the setting.- Returns:
- the setting value.
-
isSet
boolean isSet()
Returns whether or not the property is set.- Returns:
trueif the property is set.
-
-