package cs.system
extends ValueType
implements IComparable, IConvertible, IFormattable
Available on cs
staticFormat(enumType:Type, value:Dynamic, format:String):StringstaticGetName(enumType:Type, value:Dynamic):StringstaticGetNames(enumType:Type):NativeArray<String>staticGetUnderlyingType(enumType:Type):TypestaticGetValues(enumType:Type):ArraystaticIsDefined(enumType:Type, value:Dynamic):BoolstaticParse(enumType:Type, value:String):DynamicstaticParse(enumType:Type, value:String, ignoreCase:Bool):DynamicstaticToObject(enumType:Type, value:UInt8):DynamicstaticToObject(enumType:Type, value:UInt64):DynamicstaticToObject(enumType:Type, value:UInt):DynamicstaticToObject(enumType:Type, value:UInt16):DynamicstaticToObject(enumType:Type, value:Int8):DynamicstaticToObject(enumType:Type, value:Dynamic):DynamicstaticToObject(enumType:Type, value:Int64):DynamicstaticToObject(enumType:Type, value:Int):DynamicstaticToObject(enumType:Type, value:Int16):DynamicfinalCompareTo(target:Dynamic):IntfinalGetTypeCode():TypeCode
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/Enum.html