Class Parameter

    • Constructor Detail

      • Parameter

        public Parameter()
        Constructor.
      • Parameter

        public Parameter​(String name,
                         Object value)
        Constructor from name and value.
        Parameters:
        name -
        value -
    • Method Detail

      • getName

        public String getName()
        Method getName.
        Returns:
        Returns String.
      • getParameterElement

        public OMElement getParameterElement()
      • getParameterType

        public int getParameterType()
        Method getParameterType.
        Returns:
        Returns int.
      • getValue

        public Object getValue()
        Method getValue.
        Returns:
        Returns Object.
      • isLocked

        public boolean isLocked()
        Method isLocked.
        Returns:
        Returns boolean.
      • setLocked

        public void setLocked​(boolean value)
        Method setLocked.
        Parameters:
        value -
      • setName

        public void setName​(String name)
        Method setName.
        Parameters:
        name -
      • setParameterElement

        public void setParameterElement​(OMElement element)
      • setParameterType

        public void setParameterType​(int type)
      • setValue

        public void setValue​(Object value)
        Method setValue.
        Parameters:
        value -
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • writeExternal

        public void writeExternal​(ObjectOutput o)
                           throws IOException
        Save the contents of this object.

        NOTE: Transient fields and static fields are not saved. Also, objects that represent "static" data are not saved, except for enough information to be able to find matching objects when the message context is re-constituted.

        Specified by:
        writeExternal in interface Externalizable
        Parameters:
        out - The stream to write the object contents to
        Throws:
        IOException
      • setEditable

        public void setEditable​(boolean editable)
      • isTransient

        public boolean isTransient()
      • setTransient

        public void setTransient​(boolean _transient)