org.shiwa.fgi.iwir
Class Property

java.lang.Object
  extended by org.shiwa.fgi.iwir.Property

public class Property
extends java.lang.Object

The Class Property is used to model a stream of data produced and consumed at data ports.


Constructor Summary
Property(java.lang.String name, java.lang.String value)
          Instantiates a new property.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
          Gets the name.
 java.lang.String getValue()
          Gets the value.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property

public Property(java.lang.String name,
                java.lang.String value)
Instantiates a new property.

Parameters:
name - the name
value - the value
Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

getValue

public java.lang.String getValue()
Gets the value.

Returns:
the value

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object