Home
last modified time | relevance | path

Searched defs:AbstractIntegerAttr (Results 1 – 1 of 1) sorted by relevance

/external/smack/src/com/kenai/jbosh/
DAbstractIntegerAttr.java25 abstract class AbstractIntegerAttr extends AbstractAttr<Integer> { class
33 protected AbstractIntegerAttr(final int val) throws BOSHException { in AbstractIntegerAttr() method in AbstractIntegerAttr
43 protected AbstractIntegerAttr(final String val) throws BOSHException { in AbstractIntegerAttr() method in AbstractIntegerAttr