| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.easysw.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)
p_bytepublic IPPValue(short p_short)
p_shortpublic IPPValue(int p_int)
p_int
public IPPValue(int p_int,
                boolean anything)
p_intpublic IPPValue(boolean p_boolean)
p_booleanpublic IPPValue(char[] p_date)
unix_time member.p_date[]
public IPPValue(java.lang.String p_charset,
                java.lang.String p_text)
string and 
  charset values.p_charsetp_text
public IPPValue(int p_lower,
                int p_upper)
p_lowerp_upper
public IPPValue(byte p_units,
                int p_xres,
                int p_yres)
p_unitsp_xresp_yres
public IPPValue(int p_length,
                char[] p_data)
p_lengthp_data[]| Method Detail | 
public long IPPDateToTime()
long	Unix time in seconds.IPPCalender| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||