public static enum CoreFoundation.Util.CFNumberType extends Enum<CoreFoundation.Util.CFNumberType>
| Modifier and Type | Method and Description |
|---|---|
static CoreFoundation.Util.CFNumberType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreFoundation.Util.CFNumberType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreFoundation.Util.CFNumberType unusedZero
public static final CoreFoundation.Util.CFNumberType kCFNumberSInt8Type
public static final CoreFoundation.Util.CFNumberType kCFNumberSInt16Type
public static final CoreFoundation.Util.CFNumberType kCFNumberSInt32Type
public static final CoreFoundation.Util.CFNumberType kCFNumberSInt64Type
public static final CoreFoundation.Util.CFNumberType kCFNumberFloat32Type
public static final CoreFoundation.Util.CFNumberType kCFNumberFloat64Type
public static final CoreFoundation.Util.CFNumberType kCFNumberCharType
public static final CoreFoundation.Util.CFNumberType kCFNumberShortType
public static final CoreFoundation.Util.CFNumberType kCFNumberIntType
public static final CoreFoundation.Util.CFNumberType kCFNumberLongType
public static final CoreFoundation.Util.CFNumberType kCFNumberLongLongType
public static final CoreFoundation.Util.CFNumberType kCFNumberFloatType
public static final CoreFoundation.Util.CFNumberType kCFNumberDoubleType
public static final CoreFoundation.Util.CFNumberType kCFNumberCFIndexType
public static final CoreFoundation.Util.CFNumberType kCFNumberNSIntegerType
public static final CoreFoundation.Util.CFNumberType kCFNumberCGFloatType
public static final CoreFoundation.Util.CFNumberType kCFNumberMaxType
public static CoreFoundation.Util.CFNumberType[] values()
for (CoreFoundation.Util.CFNumberType c : CoreFoundation.Util.CFNumberType.values()) System.out.println(c);
public static CoreFoundation.Util.CFNumberType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.