jpos.profile
Interface PropValue
- All Known Implementing Classes:
- DefaultPropValue
- public interface PropValue
Defines a property value
- Since:
- 1.3 (SF 2K meeting)
- Author:
- E. Michael Maximilien (maxim@us.ibm.com)
getValue
public java.lang.Object getValue()
- Returns:
- the Java object that this value represents
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- Returns:
- a String representation of this value
getType
public PropType getType()
- Returns:
- the PropType for this PropValue
equals
public boolean equals(java.lang.Object propValue)
- Overrides:
equals
in class java.lang.Object
- Parameters:
other
- the other PropValue- Returns:
- true if this and the other value are equal
This API and code belongs to the JavaPOS committee please see LISCENCE file for details