FSValue


Inherits From:
NSObject
Declared In:
FSValue.h


Class Description

No class description.


Instance Variables

FSKeySet *_keys;
NSString *_type;
id _value;
NSArray *_possibleValues;
NSString *_hashcode;
FSTable *_table;

_keysThe value's key set.
_typeType of the value. Usually a class name.
_valueThe actual value; an instance of _type.
_possibleValuesValue options, e.g. for boolean values.
_hashcodeA unique identifier for this value.
_tableCached reference to the table this value belongs to.


Method Types

- init
- initWithValue:
- initWithValue:forKeys:
- keySet
- setKeys:
- addKey:
- revalidateKeys
- hashcode
- hashcodeEqualTo:
- type
- value
- setValue:
- doubleValue
- stringValue

Instance Methods

addKey:

- (void)addKey:(FSKey*)someKey

No method description.


doubleValue

- (double)doubleValue

No method description.


hashcode

- (NSString*)hashcode

No method description.


hashcodeEqualTo:

- (BOOL)hashcodeEqualTo:(NSString*)aHashcode

No method description.


init

- (id)init

No method description.


initWithValue:

- (id)initWithValue:(id)aValue

No method description.


initWithValue:forKeys:

- (id)initWithValue:(id)aValue forKeys:(FSKeySet*)keys

No method description.


keySet

- (FSKeySet*)keySet

No method description.


revalidateKeys

- (void)revalidateKeys

No method description.


setKeys:

- (void)setKeys:(FSKeySet*)newKeys

No method description.


setValue:

- (void)setValue:(id)aValue

No method description.


stringValue

- (NSString*)stringValue

No method description.


type

- (NSString*)type

No method description.


value

- (id)value

No method description.


Version 1.1 Copyright ©2002 by Stefan Leuker. All Rights Reserved.