org.ow2.jasmine.probe
Class JasmineOutput

java.lang.Object
  extended by org.ow2.jasmine.probe.JasmineObject
      extended by org.ow2.jasmine.probe.JasmineOutput

public class JasmineOutput
extends JasmineObject

Used to define OUTPUT arguments for a JASMINe probes.

Author:
durieuxp

Field Summary
 
Fields inherited from class org.ow2.jasmine.probe.JasmineObject
name, properties, type
 
Constructor Summary
JasmineOutput()
          Default constructor
 
Method Summary
 boolean equals(Object obj)
          Indicates whether some other object is "equal to" this one.
 int hashCode()
          Returns a hash code value for the object.
 String toLine()
          Build a single line description of this object.
 String toString()
          Build a full description of this object.
 
Methods inherited from class org.ow2.jasmine.probe.JasmineObject
getName, getProperties, getType, setName, setProperties, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JasmineOutput

public JasmineOutput()
Default constructor

Method Detail

equals

public boolean equals(Object obj)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class Object
Parameters:
obj - The other object to compare
Returns:
true if both objects are the same.

hashCode

public int hashCode()
Returns a hash code value for the object.

Overrides:
hashCode in class Object
Returns:
hashcode value

toString

public String toString()
Build a full description of this object.

Overrides:
toString in class Object
Returns:
string representation of the object.

toLine

public String toLine()
Build a single line description of this object.

Specified by:
toLine in class JasmineObject
Returns:


Copyright © 2013 OW2 Consortium. All Rights Reserved.