Package com.sun.jna.platform.mac
Klasse CoreFoundation.CFTypeID
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.NativeLong
com.sun.jna.platform.mac.CoreFoundation.CFTypeID
- Alle implementierten Schnittstellen:
NativeMapped
,Serializable
- Umschließende Schnittstelle:
CoreFoundation
A type for unique, constant integer values that identify particular Core
Foundation opaque types.
Because the value for a type ID can change from release to release, your code should not rely on stored or hard-coded type IDs nor should it hard-code any observed properties of a type ID (such as, for example, it being a small integer).
- Siehe auch:
-
Feldübersicht
Von Klasse geerbte Felder com.sun.jna.NativeLong
SIZE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative
Von Klasse geerbte Methoden java.lang.Number
byteValue, shortValue
-
Konstruktordetails
-
CFTypeID
public CFTypeID() -
CFTypeID
public CFTypeID(long value)
-
-
Methodendetails
-
toString
- Setzt außer Kraft:
toString
in KlasseIntegerType
-