com.ibm.websphere.sibx.smobo
Interface ComplexPropertyType
- public interface ComplexPropertyType
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getName()
Returns the value of the 'Name' attribute
|
|
getPropertyType()
Returns the value of the 'Type' attribute
|
|
getValue()
Returns the value of the 'Value' containment reference
|
|
setName(java.lang.String value)
Sets the value of the '
Name ' attribute
|
|
setPropertyType(java.lang.String value)
Sets the value of the '
Type ' attribute
|
|
setValue(java.lang.Object value)
Sets the value of the '
Value ' containment reference
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getName
- java.lang.String getName()
Returns the value of the 'Name' attribute.
setName
- void setName(java.lang.String value)
Sets the value of the '
Name
' attribute.
getValue
- java.lang.Object getValue()
Returns the value of the 'Value' containment reference.
setValue
- void setValue(java.lang.Object value)
Sets the value of the '
Value
' containment reference.
Parameters:
value
- the new value of the 'Value' containment reference. Note that
this must be a commonj.sdo.DataObject rather than a simple java.lang.Object. See Also:
getPropertyType
- java.lang.String getPropertyType( )
Returns the value of the 'Type' attribute.
setPropertyType
- void setPropertyType(java.lang.String value)
Sets the value of the '
Type
' attribute.