com.ibm.websphere.sibx.smobo
Interface PropertyType
- public interface PropertyType
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' attribute.
|
|
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 ' attribute.
|
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()
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' attribute.
This represents the value of the property.
setValue
- void setValue(java.lang.Object value)
Sets the value of the '
Value
' attribute.
getPropertyType
- java.lang.String getPropertyType( )
Returns the value of the 'Type' attribute.
This represents the type of the property.
setPropertyType
- void setPropertyType(java.lang.String value)
Sets the value of the '
Type
' attribute.
This represents the name of the property.