com.ibm.websphere.sibx.smobo

Interface PropertyType



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

    The following features are supported:

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String $sccsid 
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Returns the value of the 'Name' attribute.
      java.lang.String getPropertyType()
      Returns the value of the 'Type' 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 setPropertyType(java.lang.String value)
      Sets the value of the 'Type' attribute.
      void setValue(java.lang.Object value)
      Sets the value of the 'Value' attribute.
    • Method Detail

      • getName

        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)
      • setName

        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

        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)
      • setValue

        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()
      • getPropertyType

        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(String)
      • setPropertyType

        void setPropertyType(java.lang.String value)
        Sets the value of the 'Type' attribute.
        Parameters:
        value - the new value of the 'Type' attribute.
        See Also:
        getPropertyType()
IBM Business Process ManagerTM
Release 8