|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.xpathDatatypes.XS_AnySimpleType
de.fraunhofer.ipsi.xpathDatatypes.XDT_AnyAtomicType
de.fraunhofer.ipsi.xpathDatatypes.XS_Boolean
public class XS_Boolean
Method Summary | ||
---|---|---|
XS_Boolean |
and(XS_Boolean b)
Method and |
|
boolean |
booleanValue()
Method booleanValue |
|
|
castas(java.lang.Class<T> type)
Method castas |
|
boolean |
equals(java.lang.Object o)
Method equals |
|
static XS_Boolean |
get(boolean value)
Method get |
|
static XS_Boolean |
get(java.lang.String str)
Method get |
|
XS_Boolean |
or(XS_Boolean b)
Method or |
|
java.lang.String |
toString()
Method toString |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static XS_Boolean get(boolean value)
value
- a boolean
public static XS_Boolean get(java.lang.String str)
s
- a XS_String
public boolean booleanValue()
public XS_Boolean and(XS_Boolean b)
b
- a XS_Boolean
public XS_Boolean or(XS_Boolean b)
b
- a XS_Boolean
public <T extends XDT_AnyAtomicType> T castas(java.lang.Class<T> type) throws java.lang.ClassCastException, XPathDTException
castas
in class XDT_AnyAtomicType
type
- a BuiltinSimpleType
CastError
java.lang.ClassCastException
XPathDTException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- an Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |