Classes

EOAccessArrayFaultHandler
EOAccessFaultHandler
EOAccessGenericFaultHandler
EOAdaptor
EOAdaptorChannel
EOAdaptorContext
EOAdaptorOperation
EOAttribute
EODatabase
EODatabaseChannel
EODatabaseContext
EODatabaseDataSource
EODatabaseOperation
EOEntity
EOEntityClassDescription
EOJoin
EOLoginPanel
EOModel
EOModelGroup
EORelationship
EOSQLExpression
EOSQLExpressionFactory
EOSQLQualifier
EOStoredProcedure

Protocols

<EOColumnTypes>
<EOPropertyListEncoding>
<EOQualifierSQLGeneration>
(EOAdaptorChannelDelegation)
(EOAdaptorContextDelegation)
(EOAdaptorDelegate)
(EODatabaseContextDelegation)
(EOModelGroupClassDelegation)
(EOModelGroupDelegation)
(EOSchemaSynchronizationDelegates)

Functions

EODatabaseContext_globalIDForObjectWithImpPtr
EODatabaseContext_snapshotForGlobalIDWithImpPtr
GDL2_EOAccessPrivateInit

Types

EOAdaptorOperator
EOAdaptorValueType
EODatabaseOperator
EODelegateResponse
EOFactoryMethodArgumentType
EOJoinSemantic
EOParameterDirection
EOUpdateStrategy

Variables

EOAccessFaultObjectNotAvailableException
EOAdaptorContextBeginTransactionNotification
EOAdaptorContextCommitTransactionNotification
EOAdaptorContextRollbackTransactionNotification
EOAdaptorFailureKey
EOAdaptorKey
EOAdaptorOperationsKey
EOAdaptorOptimisticLockingFailure
EOAdministrativeConnectionDictionaryKey
EOAdministrativeConnectionDictionaryNeededNotification
EOAllowsNullKey
EOBindVariableAttributeKey
EOBindVariableColumnKey
EOBindVariableNameKey
EOBindVariablePlaceHolderKey
EOBindVariableValueKey
EOColumnNameKey
EOConnectionDictionaryKey
EOCreateDatabaseKey
EOCreatePrimaryKeySupportKey
EOCreateTablesKey
EOCustomQueryExpressionHintKey
EODatabaseChannelNeededNotification
EODatabaseContextKey
EODatabaseOperationsKey
EODeleteProcedureOperation
EODistantPastTimeInterval
EODropDatabaseKey
EODropPrimaryKeySupportKey
EODropTablesKey
EOEntityLoadedNotification
EOExternalNameKey
EOExternalTypeKey
EOFailedAdaptorOperationKey
EOFailedDatabaseOperationKey
EOFetchAllProcedureOperation
EOFetchWithPrimaryKeyProcedureOperation
EOForeignKeyConstraintsKey
EOGeneralAdaptorException
EOGeneralDatabaseException
EOInsertProcedureOperation
EOModelAddedNotification
EOModelInvalidatedNotification
EOModelKey
EOMoreThanOneException
EONameKey
EONextPrimaryKeyProcedureOperation
EOPrecisionKey
EOPrimaryKeyConstraintsKey
EORelationshipsKey
EOScaleKey
EOSchemaSynchronizationForeignKeyConstraintsKey
EOSchemaSynchronizationPrimaryKeyConstraintsKey
EOSchemaSynchronizationPrimaryKeySupportKey
EOStoredProcedureNameHintKey
EOWidthKey
GDL2_EOAttributeClass
GDL2_EODatabaseContextClass
GDL2_EODatabaseContext__globalIDForObjectIMP
GDL2_EODatabaseContext_snapshotForGlobalIDIMP
GDL2_EOEntityClass
GDL2_EORelationshipClass
eqSel
struct _EOTransactionScope

Up

EOAttribute Class

Authors

Mirko Viviani (mirko.viviani@gmail.com)
Manuel Guesdon (mguesdon@orange-concept.com)

Date: Generated at 2025-12-01

Copyright: (C) 2000-2002,2003,2004,2005 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the EOAttribute class
  2. Software documentation for the EOAttribute(EOAttributeEditing) category
  3. Software documentation for the EOAttribute(EOAttributeValueCreation) category
  4. Software documentation for the EOAttribute(EOAttributeValueCreationEditing) category
  5. Software documentation for the EOAttribute(EOAttributeValueMapping) category
  6. Software documentation for the EOAttribute(EOModelBeautifier) category
  7. Software documentation for the EOAttribute(NSCalendarDateSupport) category
  8. Software documentation for the EOAttribute(NSCalendarDateSupportEditing) category
  9. Software documentation for the NSObject(EOCustomClassArchiving) category
  10. EOAttribute types

Software documentation for the EOAttribute class

EOAttribute : NSObject

Declared in:
EOAccess/EOAttribute.h
Conforms to:
EOPropertyListEncoding
Description forthcoming.

EOAttribute declares 30 Instance Variables

Method summary


attributeWithParent: definition: 

+ (id) attributeWithParent: (EOEntity*)parent definition: (NSString*)def;
returns an autoreleased attribute

attributeWithPropertyList: owner: 

+ (id) attributeWithPropertyList: (NSDictionary*)propertyList owner: (id)owner;
returns an autoreleased attribute owned by onwer and built from propertyList

allowsNull 

- (BOOL) allowsNull;
Description forthcoming.

columnName 

- (NSString*) columnName;
Description forthcoming.

definition 

- (NSString*) definition;
Description forthcoming.

docComment 

- (NSString*) docComment;
Description forthcoming.

entity 

- (EOEntity*) entity;
4.5 Docs say: Returns the entity that owns the attribute, or nil if this attribute is acting as an argument for a stored procedure. 5.x returns the parent

externalType 

- (NSString*) externalType;

Returns the adaptor specific name of externalType. This is the name use during SQL generation.

If the externalType has not been set explicitly and the reciever -isFlattened , the valueClassName of the flattened attribute is returned.

Otherwise, if the reciever has a prototype then the externalType of the prototype is returned.

If all that fails, this method returns nil.


isDerived 

- (BOOL) isDerived;
Return NO when the attribute corresponds to one SQL column in its entity associated table return YES otherwise. An attribute with a definition such as "anotherAttributeName * 2" is derived. A Flattened attribute is also a derived attributes.

isFlattened 

- (BOOL) isFlattened;
Returns YES if the attribute is flattened, NO otherwise. A flattened attribute is an attribute with a definition using a relationship to another entity. A Flattened attribute is also a derived attribute.

isReadOnly 

- (BOOL) isReadOnly;
Description forthcoming.

name 

- (NSString*) name;
Description forthcoming.

parameterDirection 

- (EOParameterDirection) parameterDirection;
Description forthcoming.

parent 

- (id) parent;
Description forthcoming.

precision 

- (unsigned int) precision;
Description forthcoming.

prototype 

- (EOAttribute*) prototype;
Description forthcoming.

prototypeName 

- (NSString*) prototypeName;
Description forthcoming.

readFormat 

- (NSString*) readFormat;
Description forthcoming.

referencesProperty: 

- (BOOL) referencesProperty: (id)aProperty;
Returns YES if the attribute references aProperty, NO otherwise.

relationshipPath 

- (NSString*) relationshipPath;
Description forthcoming.

scale 

- (int) scale;
Description forthcoming.

setEntity: 

- (void) setEntity: (EOEntity*)entity;
Description forthcoming.

setParent: 

- (void) setParent: (id)parent;
Description forthcoming.

storedProcedure 

- (EOStoredProcedure*) storedProcedure;
Description forthcoming.

targetAttribute 

- (EOAttribute*) targetAttribute;
Description forthcoming.

userInfo 

- (NSDictionary*) userInfo;
Description forthcoming.

valueClassName 

- (NSString*) valueClassName;

Returns the name of the class values of this attribute are represented by. The standard classes are NSNumber, NSString, NSData and NSDate for the corresponding -adaptorValueType . A model can define more specific classes like NSDecimalNumber, NSCalendarDate and NSImage or custom classes which implement a factory method specified by [-valueFactoryMethodName] to create instances with the data supplied by the data source.

If the valueClassName has not been set explicitly and the reciever -isFlattened , the valueClassName of the flattened attribute is returned.

Otherwise, if the reciever has a prototype then the valueClassName of the prototype is returned.

If all that fails, this method returns nil.

See also:[setValueClassName:]


valueType 

- (NSString*) valueType;

Returns a one character string identifiying the underlying C type of an NSNumber -valueType . The legal values in GDL2 are:

  • @"c": char
  • @"C": unsigned char
  • @"s": short
  • @"S": unsigned short
  • @"i": int
  • @"I": unsigned int
  • @"l": long
  • @"L": unsigned long
  • @"u": long long
  • @"U": unsigned long long
  • @"f": float
  • @"d": double

If the valueType has not been set explicitly and the reciever -isFlattened , the valueClassName of the flattened attribute is returned.

Otherwise, if the reciever has a prototype then the valueType of the prototype is returned.

If all that fails, this method returns nil.


width 

- (unsigned int) width;
Description forthcoming.

writeFormat 

- (NSString*) writeFormat;
Description forthcoming.



Instance Variables for EOAttribute Class

_adaptorValueConversionMethod

@protected SEL _adaptorValueConversionMethod;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_adaptorValueConversionMethodName

@protected NSString* _adaptorValueConversionMethodName;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_adaptorValueType

@protected EOAdaptorValueType _adaptorValueType;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_argumentType

@protected EOFactoryMethodArgumentType _argumentType;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_columnName

@protected NSString* _columnName;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_definitionArray

@protected EOExpressionArray* _definitionArray;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_docComment

@protected NSString* _docComment;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_externalType

@protected NSString* _externalType;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_internalInfo

@protected NSDictionary* _internalInfo;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_name

@protected NSString* _name;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_parameterDirection

@protected EOParameterDirection _parameterDirection;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_parent

@protected id _parent;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_precision

@protected unsigned short int _precision;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_prototype

@protected EOAttribute* _prototype;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_prototypeName

@protected NSString* _prototypeName;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_readFormat

@protected NSString* _readFormat;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_realAttribute

@protected EOAttribute* _realAttribute;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_scale

@protected short int _scale;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_serverTimeZone

@protected NSTimeZone* _serverTimeZone;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_sourceToDestinationKeyMap

@protected NSDictionary* _sourceToDestinationKeyMap;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_userInfo

@protected NSDictionary* _userInfo;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_valueClass

@protected Class _valueClass;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_valueClassName

@protected NSString* _valueClassName;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_valueFactoryMethod

@protected SEL _valueFactoryMethod;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_valueFactoryMethodName

@protected NSString* _valueFactoryMethodName;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_valueType

@protected NSString* _valueType;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_valueTypeCharacter

@protected unichar _valueTypeCharacter;
First char of _valueType or \0
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_width

@protected unsigned int _width;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_writeFormat

@protected NSString* _writeFormat;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

extraRefCount

@protected unsigned int extraRefCount;
Description forthcoming.




Software documentation for the EOAttribute(EOAttributeEditing) category

EOAttribute(EOAttributeEditing)

Declared in:
EOAccess/EOAttribute.h
Description forthcoming.

Method summary


_normalizeDefinition: path: 

- (id) _normalizeDefinition: (id)definition path: (NSArray*)path;
Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

setAllowsNull: 

- (void) setAllowsNull: (BOOL)allowsNull;
Description forthcoming.

setColumnName: 

- (void) setColumnName: (NSString*)columnName;
Description forthcoming.

setDefinition: 

- (void) setDefinition: (NSString*)definition;
Description forthcoming.

setDocComment: 

- (void) setDocComment: (NSString*)docComment;
Description forthcoming.

setExternalType: 

- (void) setExternalType: (NSString*)type;
Description forthcoming.

setInternalInfo: 

- (void) setInternalInfo: (NSDictionary*)dictionary;
Description forthcoming.

setName: 

- (void) setName: (NSString*)name;
Description forthcoming.

setParameterDirection: 

- (void) setParameterDirection: (EOParameterDirection)parameterDirection;
Description forthcoming.

setPrecision: 

- (void) setPrecision: (unsigned)precision;
Description forthcoming.

setPrototype: 

- (void) setPrototype: (EOAttribute*)prototype;
Description forthcoming.

setReadFormat: 

- (void) setReadFormat: (NSString*)string;
Description forthcoming.

setReadOnly: 

- (void) setReadOnly: (BOOL)yn;
Description forthcoming.

setScale: 

- (void) setScale: (int)scale;
Description forthcoming.

setUserInfo: 

- (void) setUserInfo: (NSDictionary*)dictionary;
Description forthcoming.

setValueClassName: 

- (void) setValueClassName: (NSString*)name;
Description forthcoming.

setValueType: 

- (void) setValueType: (NSString*)type;
Description forthcoming.

setWidth: 

- (void) setWidth: (unsigned)length;
Description forthcoming.

setWriteFormat: 

- (void) setWriteFormat: (NSString*)string;
Description forthcoming.

validateName: 

- (NSException*) validateName: (NSString*)name;
Description forthcoming.

Software documentation for the EOAttribute(EOAttributeValueCreation) category

EOAttribute(EOAttributeValueCreation)

Declared in:
EOAccess/EOAttribute.h
Description forthcoming.

Method summary


adaptorValueByConvertingAttributeValue: 

- (id) adaptorValueByConvertingAttributeValue: (id)value;
Depending on [-adaptorValueType] this method checks whether the value is a NSNumber, NSString, NSData or NSDate instance respectively. If not, it attempts to retrieve the -adaptorValueConversionMethod which should be used to convert the value accordingly. If none has been specified and the -adaptorValueType is EOAdaptorBytesType, it tries to convert the value by invoking -archiveData . The EONull instance is not converted. Returns the converted value. Note: This implementation currently raises if -adaptorValueType is of an unknown type or if conversion is necessary but not possible. This maybe contrary to the reference implementation but it seems like useful behavior. If this is causing problems please submit a bug report.

adaptorValueConversionMethod 

- (SEL) adaptorValueConversionMethod;

Returns selector of the method to use to convert value of a class different than attribute adaptor value type.

The default implementation returns the selector corresponding to [-adaptorValueConversionMethodName] or NULL if there's not selector for the method.

See also: -adaptorValueByConvertingAttributeValue: , [-adaptorValueConversionMethodName]


adaptorValueConversionMethodName 

- (NSString*) adaptorValueConversionMethodName;

Returns method name to use to convert value of a class different than attribute adaptor value type.

See also: -adaptorValueByConvertingAttributeValue: , [-adaptorValueConversionMethod]


adaptorValueType 

- (EOAdaptorValueType) adaptorValueType;

Returns an EOAdaptorValueType describing the adaptor (i.e. database) type of data for this attribute.

Returned value can be:

  • EOAdaptorBytesType Raw bytes (default type)
  • EOAdaptorNumberType Number value (attribute valueClass is kind of NSNumber)
  • EOAdaptorCharactersType String value (attribute valueClass is kind of NSString)
  • EOAdaptorDateType Date value (attribute valueClass is kind of NSDate)

factoryMethodArgumentType 

- (EOFactoryMethodArgumentType) factoryMethodArgumentType;
Returns the type of argument needed by the factoryMethod. Type can be: EOFactoryMethodArgumentIsNSData method need one parameter: a NSData EOFactoryMethodArgumentIsNSString method need one parameter: a NSString EOFactoryMethodArgumentIsBytes method need 2 parameters (for data type valueClass): a raw bytes buffer and its length or 3 parameters (for string type valueClass): a raw bytes buffer, its length and the encoding See also: -valueFactoryMethod , -setFactoryMethodArgumentType:

newDateForYear: month: day: hour: minute: second: millisecond: timezone: zone: 

- (NSCalendarDate*) newDateForYear: (int)year month: (unsigned)month day: (unsigned)day hour: (unsigned)hour minute: (unsigned)minute second: (unsigned)second millisecond: (unsigned)millisecond timezone: (NSTimeZone*)timezone zone: (NSZone*)zone;
Returns an NSCalendarDate object from the supplied time information. The Adaptor calls this method during value creation when fetching objects from the database. For efficiency, the returned value is NOT autoreleased. Milliseconds are dropped since they cannot be easily be stored in NSCalendarDate.

newValueForBytes: length: 

- (id) newValueForBytes: (const void*)bytes length: (int)length;
Returns an NSData or a custom-class value object from the supplied set of bytes. The Adaptor calls this method during value creation when fetching objects from the database. For efficiency, the returned value is NOT autoreleased. NB: The documentation of the reference implementation mistakenly claims that it returns an NSString.

newValueForBytes: length: encoding: 

- (id) newValueForBytes: (const void*)bytes length: (int)length encoding: (NSStringEncoding)encoding;
Returns a NSString or a custom-class value object from the supplied set of bytes using encoding. The Adaptor calls this method during value creation when fetching objects from the database. For efficiency, the returned value is NOT autoreleased.

valueFactoryMethod 

- (SEL) valueFactoryMethod;

Returns the selector of the method to use for creating a custom class value for this attribute.

Default implementation returns selector for name returned by [-valueFactoryMethodName] or NULL if no selector is found.

See Also: -valueFactoryMethodName , [-newValueForBytes:length:]


valueFactoryMethodName 

- (NSString*) valueFactoryMethodName;

Returns the name of the method to use for creating a custom class value for this attribute.

See Also: -valueFactoryMethod , [-newValueForBytes:length:]


Software documentation for the EOAttribute(EOAttributeValueCreationEditing) category

EOAttribute(EOAttributeValueCreationEditing)

Declared in:
EOAccess/EOAttribute.h
Description forthcoming.

Method summary


setAdaptorValueConversionMethodName: 

- (void) setAdaptorValueConversionMethodName: (NSString*)conversionMethodName;

Set method name to use to convert value of a class different than attribute adaptor value type.

See also: -adaptorValueByConvertingAttributeValue: , -adaptorValueConversionMethod , [-adaptorValueConversionMethodName]


setFactoryMethodArgumentType: 

- (void) setFactoryMethodArgumentType: (EOFactoryMethodArgumentType)argumentType;
Set the type of argument needed by the factoryMethod. Type can be: EOFactoryMethodArgumentIsNSData method need one parameter: a NSData EOFactoryMethodArgumentIsNSString method need one parameter: a NSString EOFactoryMethodArgumentIsBytes method need 2 parameters (for data type valueClass): a raw bytes buffer and its length or 3 parameters (for string type valueClass): a raw bytes buffer, its length and the encoding See also: -setValueFactoryMethodName: , -factoryMethodArgumentType

setValueFactoryMethodName: 

- (void) setValueFactoryMethodName: (NSString*)factoryMethodName;
Set the "factory method" name (the method to invoke to create custom class attribute value). This method must be a class method returning an autoreleased value of attribute valueClass. See also: -setFactoryMethodArgumentType:

Software documentation for the EOAttribute(EOAttributeValueMapping) category

EOAttribute(EOAttributeValueMapping)

Declared in:
EOAccess/EOAttribute.h
Description forthcoming.

Method summary


validateValue: 

- (NSException*) validateValue: (id*)valueP;
Validates value pointed by valueP, may set changed validated value in valueP and return an validation exception if constraints validation fails. valueP must not be NULL. More details: 1. raise an exception if [self allowsNull] == NO but *valueP is nil or EONull except if attribute is a primaryKey attribute (reason of this process exception is currently unknown). 2. if valueClassName isn't set, return nil and leave *valueP unchanged 3. if it can't find the class by name, log message, return nil and leave *valueP unchanged 4. do the fancy type conversions as necessary (Pretty much the current handling we have) 5. THEN if width is not 0 call adaptorValueByConvertingAttributeValue: on the new value and the if returned value is NSString or NSData validate length with width and return a corresponding exception if it's longer than allowed.

Software documentation for the EOAttribute(EOModelBeautifier) category

EOAttribute(EOModelBeautifier)

Declared in:
EOAccess/EOAttribute.h
Description forthcoming.

Method summary


beautifyName 

- (void) beautifyName;
Description forthcoming.

Software documentation for the EOAttribute(NSCalendarDateSupport) category

EOAttribute(NSCalendarDateSupport)

Declared in:
EOAccess/EOAttribute.h
Description forthcoming.

Method summary


serverTimeZone 

- (NSTimeZone*) serverTimeZone;
Description forthcoming.

Software documentation for the EOAttribute(NSCalendarDateSupportEditing) category

EOAttribute(NSCalendarDateSupportEditing)

Declared in:
EOAccess/EOAttribute.h
Description forthcoming.

Method summary


setServerTimeZone: 

- (void) setServerTimeZone: (NSTimeZone*)tz;
Description forthcoming.

Software documentation for the NSObject(EOCustomClassArchiving) category

NSObject(EOCustomClassArchiving)

Declared in:
EOAccess/EOAttribute.h
Description forthcoming.

Method summary


objectWithArchiveData: 

+ (id) objectWithArchiveData: (NSData*)data;
Description forthcoming.

archiveData 

- (NSData*) archiveData;
Description forthcoming.

EOAttribute types

EOAdaptorValueType

typedef enum ... EOAdaptorValueType;
Description forthcoming.

EOFactoryMethodArgumentType

typedef enum ... EOFactoryMethodArgumentType;
Description forthcoming.

EOParameterDirection

typedef enum ... EOParameterDirection;
Description forthcoming.


Up