- Since:
- 1.3 (Washington DC 2001)
- Author:
- E. Michael Maximilien (maxim@us.ibm.com)
getName
public java.lang.String getName()
- Returns:
- the name of this property
getValue
public java.lang.String getValue()
- Returns:
- the value of this property
setName
public void setName(java.lang.String s)
- Sets the value of this property
- Parameters:
s
- the new prop name
setValue
public void setValue(java.lang.String s)
- Sets the value of this property
- Parameters:
s
- the name String
compareTo
public int compareTo(JposProperties.Prop other)
- Parameters:
other
- the other object to compare against this- Returns:
- 0 if 2 objects same -1 if this is less or +1 if this is more than other
compareTo
public int compareTo(java.lang.Object other)
- Description copied from interface:
Comparable
- Compares this and other arguments for order
- Specified by:
compareTo
in interface Comparable
- Parameters:
other
- the other object to compare against this- Returns:
- 0 if 2 objects same -1 if this is less or +1 if this is more than other
This API and code belongs to the JavaPOS committee please see LISCENCE file for details