Package org.robovm.apple.corefoundation
Class CFBoolean
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corefoundation.CFPropertyList
org.robovm.apple.corefoundation.CFBoolean
- All Implemented Interfaces:
AutoCloseable
public class CFBoolean extends CFPropertyList
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFBoolean.CFBooleanPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFPropertyList
CFPropertyList.CFPropertyListPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCFBoolean() -
Method Summary
Modifier and Type Method Description booleanbooleanValue()static CFBooleanFalse()static longgetClassTypeID()static CFBooleanTrue()static CFBooleanvalueOf(boolean b)Methods inherited from class org.robovm.apple.corefoundation.CFPropertyList
asData, asData, create, create, create, create, create, create, createDeepCopy, createDeepCopy, isValid, writeMethods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CFBoolean
protected CFBoolean()
-
-
Method Details
-
valueOf
-
True
-
False
-
getClassTypeID
public static long getClassTypeID() -
booleanValue
public boolean booleanValue()
-