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