Package com.sun.jna.platform.mac
Class CoreFoundation.CFTypeID
- java.lang.Object
- 
- java.lang.Number
- 
- com.sun.jna.IntegerType
- 
- com.sun.jna.NativeLong
- 
- com.sun.jna.platform.mac.CoreFoundation.CFTypeID
 
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped,- java.io.Serializable
 - Enclosing interface:
- CoreFoundation
 
 public static class CoreFoundation.CFTypeID extends NativeLong 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). - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class com.sun.jna.NativeLongSIZE
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()- 
Methods inherited from class com.sun.jna.IntegerTypecompare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative
 
- 
 
- 
- 
- 
Method Detail- 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- IntegerType
 
 
- 
 
-