public interface DynamicPropertyContextType
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.util.List<DynamicPropertySetType> |
getPropertySets()
Returns the value of the 'Property Sets' containment reference list.
|
boolean |
isIsPropagated()
Returns the value of the 'Is Propagated' attribute
|
boolean |
isSetIsPropagated()
Returns whether the value of the '
Is Propagated ' attribute is set |
void |
setIsPropagated(boolean value)
Sets the value of the '
Is Propagated ' attribute |
void |
unsetIsPropagated()
Unsets the value of the '
Is Propagated ' attribute |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.util.List<DynamicPropertySetType> getPropertySets()
DynamicPropertySetType
.
boolean isIsPropagated()
isSetIsPropagated()
,
unsetIsPropagated()
,
setIsPropagated(boolean)
void setIsPropagated(boolean value)
Is Propagated
' attribute.
value
- the new value of the 'Is Propagated' attribute.isSetIsPropagated()
,
unsetIsPropagated()
,
isIsPropagated()
void unsetIsPropagated()
Is Propagated
' attribute.
boolean isSetIsPropagated()
Is Propagated
' attribute is set.
unsetIsPropagated()
,
isIsPropagated()
,
setIsPropagated(boolean)