public static enum CfUtil.CFNumberType extends Enum<CfUtil.CFNumberType>
| Modifier and Type | Method and Description |
|---|---|
static CfUtil.CFNumberType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CfUtil.CFNumberType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CfUtil.CFNumberType unusedZero
public static final CfUtil.CFNumberType kCFNumberSInt8Type
public static final CfUtil.CFNumberType kCFNumberSInt16Type
public static final CfUtil.CFNumberType kCFNumberSInt32Type
public static final CfUtil.CFNumberType kCFNumberSInt64Type
public static final CfUtil.CFNumberType kCFNumberFloat32Type
public static final CfUtil.CFNumberType kCFNumberFloat64Type
public static final CfUtil.CFNumberType kCFNumberCharType
public static final CfUtil.CFNumberType kCFNumberShortType
public static final CfUtil.CFNumberType kCFNumberIntType
public static final CfUtil.CFNumberType kCFNumberLongType
public static final CfUtil.CFNumberType kCFNumberLongLongType
public static final CfUtil.CFNumberType kCFNumberFloatType
public static final CfUtil.CFNumberType kCFNumberDoubleType
public static final CfUtil.CFNumberType kCFNumberCFIndexType
public static final CfUtil.CFNumberType kCFNumberNSIntegerType
public static final CfUtil.CFNumberType kCFNumberCGFloatType
public static final CfUtil.CFNumberType kCFNumberMaxType
public static CfUtil.CFNumberType[] values()
for (CfUtil.CFNumberType c : CfUtil.CFNumberType.values()) System.out.println(c);
public static CfUtil.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 © 2010–2018 oshi. All rights reserved.