DASchemaBaseObject

Overview

The DASchemaBaseObject class is the base class for all other DASchema classes.

In most cases, you don't need to deal with it directly.

Location


Properties


name  retain

Represents the name of the schema object. Name is a mandatory property and an exception will be raised if its value is nil or empty. Only alpha-numeric characters are allowed in the Name value.

@property (retain) NSString *name

note  retain

Description for schema object

@property (retain) NSString *note

Instance Methods


initWithName:

- (InstanceType) initWithName:(NSString *)aName

Parameters:

  • aName:

initWithXml:

- (InstanceType) initWithXml:(NSString *)anXml

Parameters:

  • anXml: