com.ibm.websphere.wim.model

Interface Context



  • public interface Context
    A representation of the model object 'Context'.

    The following features are supported:

    See Also:
    ModelPackage.getContext()
    Model:
    Generated:
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getKey()
      Returns the value of the 'Key' attribute.
      java.lang.Object getValue()
      Returns the value of the 'Value' attribute.
      void setKey(java.lang.String value)
      Sets the value of the 'Key' attribute.
      void setValue(java.lang.Object value)
      Sets the value of the 'Value' attribute.
    • Method Detail

      • getKey

        java.lang.String getKey()
        Returns the value of the 'Key' attribute.
        See Also:
        setKey(String), ModelPackage.getContext_Key()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
        Generated:
        Return:
        the value of the 'Key' attribute.
      • setKey

        void setKey(java.lang.String value)
        Sets the value of the 'Key' attribute.
        Parameters:
        value - the new value of the 'Key' attribute.
        See Also:
        getKey()
        Generated:
      • getValue

        java.lang.Object getValue()
        Returns the value of the 'Value' attribute.
        See Also:
        setValue(Object), ModelPackage.getContext_Value()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" required="true"
        Generated:
        Return:
        the value of the 'Value' attribute.
      • 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()
        Generated: