X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=scripting%2Fjava%2Fdocs%2Fcom%2Feasysw%2Fcups%2FIPPAttribute.html;fp=scripting%2Fjava%2Fdocs%2Fcom%2Feasysw%2Fcups%2FIPPAttribute.html;h=0000000000000000000000000000000000000000;hp=544b0c36838f9f023dfbd3c226d6ad954d55ee25;hb=568fa3faf16f8694653600d87955473941cc03c1;hpb=d6943d1d3132205deeb6f9ad49ca54091ab3dfe5 diff --git a/scripting/java/docs/com/easysw/cups/IPPAttribute.html b/scripting/java/docs/com/easysw/cups/IPPAttribute.html deleted file mode 100644 index 544b0c368..000000000 --- a/scripting/java/docs/com/easysw/cups/IPPAttribute.html +++ /dev/null @@ -1,466 +0,0 @@ - - - - - - -: Class IPPAttribute - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -com.easysw.cups -
-Class IPPAttribute

-
-java.lang.Object
-  |
-  +--com.easysw.cups.IPPAttribute
-
-
-
-
public class IPPAttribute
extends java.lang.Object
- -

-


- -

- - - - - - - - - - - - - - - - -
-Constructor Summary
IPPAttribute(int p_group_tag, - int p_value_tag, - java.lang.String p_name) - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- booleanaddBoolean(boolean p_bool) - -
-           
- booleanaddBooleans(boolean[] p_bools) - -
-           
- booleanaddDate(char[] p_date) - -
-           
- booleanaddEnum(int p_int) - -
-           
- booleanaddInteger(int p_int) - -
-           
- booleanaddIntegers(int[] p_ints) - -
-           
- booleanaddRange(int p_lower, - int p_upper) - -
-           
- booleanaddRanges(int[] p_lower, - int[] p_upper) - -
-           
- booleanaddResolution(byte p_units, - int p_xres, - int p_yres) - -
-           
- booleanaddResolutions(byte p_units, - int[] p_xres, - int[] p_yres) - -
-           
- booleanaddSeparator() - -
-           
- booleanaddString(java.lang.String p_charset, - java.lang.String p_text) - -
-           
- booleanaddStrings(java.lang.String p_charset, - java.lang.String[] p_texts) - -
-           
- voiddump_values() - -
-           
- byte[]getBytes(int sz, - int last_group) - -
-           
- intsizeInBytes(int last_group) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-IPPAttribute

-
-public IPPAttribute(int p_group_tag,
-                    int p_value_tag,
-                    java.lang.String p_name)
-
-
- - - - - - - - -
-Method Detail
- -

-addBoolean

-
-public boolean addBoolean(boolean p_bool)
-
-
-
- -

-addBooleans

-
-public boolean addBooleans(boolean[] p_bools)
-
-
-
- -

-addEnum

-
-public boolean addEnum(int p_int)
-
-
-
- -

-addInteger

-
-public boolean addInteger(int p_int)
-
-
-
- -

-addIntegers

-
-public boolean addIntegers(int[] p_ints)
-
-
-
- -

-addString

-
-public boolean addString(java.lang.String p_charset,
-                         java.lang.String p_text)
-
-
-
- -

-addStrings

-
-public boolean addStrings(java.lang.String p_charset,
-                          java.lang.String[] p_texts)
-
-
-
- -

-addDate

-
-public boolean addDate(char[] p_date)
-
-
-
- -

-addRange

-
-public boolean addRange(int p_lower,
-                        int p_upper)
-
-
-
- -

-addRanges

-
-public boolean addRanges(int[] p_lower,
-                         int[] p_upper)
-
-
-
- -

-addResolution

-
-public boolean addResolution(byte p_units,
-                             int p_xres,
-                             int p_yres)
-
-
-
- -

-addResolutions

-
-public boolean addResolutions(byte p_units,
-                              int[] p_xres,
-                              int[] p_yres)
-
-
-
- -

-addSeparator

-
-public boolean addSeparator()
-
-
-
- -

-sizeInBytes

-
-public int sizeInBytes(int last_group)
-
-
-
- -

-getBytes

-
-public byte[] getBytes(int sz,
-                       int last_group)
-
-
-
- -

-dump_values

-
-public void dump_values()
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - -