public class CFTypeID
extends com.jniwrapper.UInt32
Defines a type identifier in Core Foundation. A type ID is an integer that identifies the opaque type to which a Core Foundation object belongs. You use type IDs in various contexts, such as when you are operating on heterogeneous collections. Core Foundation provides programmatic interfaces for obtaining and evaluating type IDs.
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).
Constructor and Description |
---|
CFTypeID() |
CFTypeID(com.jniwrapper.IntegerParameter t) |
CFTypeID(long value) |
clone, getLength, getValue, read, setValue, write