| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.cups.IPPValue
| Constructor Summary | |
| IPPValue(boolean p_boolean)Boolean constructor. | |
| IPPValue(byte p_byte)Byte constructor. | |
| IPPValue(byte p_units,
         int p_xres,
         int p_yres)Resolution constructor. | |
| IPPValue(char[] p_date)Date constructor. | |
| IPPValue(int p_int)Integer constructor. | |
| IPPValue(int p_int,
         boolean anything)Enum constructor. | |
| IPPValue(int p_length,
         char[] p_data)Raw data constructor. | |
| IPPValue(int p_lower,
         int p_upper)Range constructor. | |
| IPPValue(short p_short)Short constructor. | |
| IPPValue(java.lang.String p_charset,
         java.lang.String p_text)String constructor. | |
| Method Summary | |
|  long | IPPDateToTime()Convert an IPP Date value to Unix Time. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public IPPValue(byte p_byte)
public IPPValue(short p_short)
public IPPValue(int p_int)
public IPPValue(int p_int,
                boolean anything)
public IPPValue(boolean p_boolean)
public IPPValue(char[] p_date)
unix_time member.
public IPPValue(java.lang.String p_charset,
                java.lang.String p_text)
string and 
  charset values.
public IPPValue(int p_lower,
                int p_upper)
public IPPValue(byte p_units,
                int p_xres,
                int p_yres)
public IPPValue(int p_length,
                char[] p_data)
| Method Detail | 
public long IPPDateToTime()
long	Unix time in seconds.IPPCalender| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||