com.ibm.websphere.sibx.smobo

Interface PropertyType


  1. public interface PropertyType
A representation of the model object 'Property Type'.

The following features are supported:


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getName()
Returns the value of the 'Name' attribute.
  1. java.lang.String
getPropertyType()
Returns the value of the 'Type' attribute.
  1. java.lang.Object
getValue()
Returns the value of the 'Value' attribute.
  1. void
setName(java.lang.String value)
Sets the value of the ' Name' attribute.
  1. void
setPropertyType(java.lang.String value)
Sets the value of the ' Type' attribute.
  1. void
setValue(java.lang.Object value)
Sets the value of the ' Value' attribute.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getName

  1. java.lang.String getName()
Returns the value of the 'Name' attribute.

This represents the name of the property.

Returns:
the value of the 'Name' attribute.
See Also:

setName

  1. void setName(java.lang.String value)
Sets the value of the ' Name' attribute.
Parameters:
value - the new value of the 'Name' attribute.
See Also:

getValue

  1. java.lang.Object getValue()
Returns the value of the 'Value' attribute.

This represents the value of the property.

Returns:
the value of the 'Value' attribute.
See Also:

setValue

  1. void setValue(java.lang.Object value)
Sets the value of the ' Value' attribute.
Parameters:
value - the new value of the 'Value' attribute.
See Also:

getPropertyType

  1. java.lang.String getPropertyType( )
Returns the value of the 'Type' attribute.

This represents the type of the property.

Returns:
the value of the 'Type' attribute.
See Also:

setPropertyType

  1. void setPropertyType(java.lang.String value)
Sets the value of the ' Type' attribute.
Parameters:
value - the new value of the 'Type' attribute.
See Also: