com.ibm.websphere.sibx.smobo
Interface PropertyType

All Known Implementing Classes:
PropertyTypeImpl

public interface PropertyType

A representation of the model object 'Property Type'.

The following features are supported:

See Also:
ServiceMessageObjectPackage.getPropertyType()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.Object getValue()
          Returns the value of the 'Value' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setValue(java.lang.Object value)
          Sets the value of the 'Value' attribute.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

public static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

getName

public 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(String), ServiceMessageObjectPackage.getPropertyType_Name()

setName

public void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getValue

public 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(Object), ServiceMessageObjectPackage.getPropertyType_Value()

setValue

public void setValue(java.lang.Object value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()