| Package | com.whirled.contrib.persist |
| Class | public class FloatCookieProperty |
| Inheritance | FloatCookieProperty CookiePropertyBase |
| Property | Defined by | ||
|---|---|---|---|
| floatValue : Number | FloatCookieProperty | ||
![]() | name : String | CookiePropertyBase | |
![]() | typeId : int | CookiePropertyBase | |
| value : Object [write-only]
| FloatCookieProperty | ||
| Method | Defined by | ||
|---|---|---|---|
|
FloatCookieProperty(manager:CookieManager, typeId:int, name:String, defaultValue:Object = null)
| FloatCookieProperty | ||
|
deserialize(bytes:ByteArray):void
| FloatCookieProperty | ||
|
serialize(bytes:ByteArray):void
| FloatCookieProperty | ||
![]() |
toString():String
| CookiePropertyBase | |
| floatValue | property |
floatValue:Number [read-write]Implementation
public function get floatValue():Number
public function set floatValue(value:Number):void
| value | property |
value:Object [write-only]Implementation
public function set value(value:Object):void
| FloatCookieProperty | () | constructor |
public function FloatCookieProperty(manager:CookieManager, typeId:int, name:String, defaultValue:Object = null)Parameters
manager:CookieManager |
|
typeId:int |
|
name:String |
|
defaultValue:Object (default = null) |
| deserialize | () | method |
public override function deserialize(bytes:ByteArray):voidParameters
bytes:ByteArray |
| serialize | () | method |
public override function serialize(bytes:ByteArray):voidParameters
bytes:ByteArray |