
Public Member Functions | |
| void | addAttribute (GSVAttribute newAtt) |
| GSVAttribute | attributeNamed (String name) |
| NSMutableArray | attributes () |
| Class | classForCoder () |
| void | encodeWithWOXMLCoder (WOXMLCoder coder) |
| GSVEntity (WOXMLDecoder decoder) | |
| GSVEntity (GSVModel model, String entityname) throws IllegalArgumentException | |
| void | init (GSVModel model, EOEntity eoentity) |
| GSVModel | model () |
| String | name () |
| void | removeAttribute (GSVAttribute oldAtt) |
| void | setModel (GSVModel newModel) |
Private Member Functions | |
| boolean | validateEntityForName (GSVModel model, String name) |
Private Attributes | |
| NSMutableArray | _attributes |
| GSVModel | _model |
| String | _name |
| GSVEntity | ( | WOXMLDecoder | decoder | ) |
| void addAttribute | ( | GSVAttribute | newAtt | ) |
| GSVAttribute attributeNamed | ( | String | name | ) |
Returns the attribute with the provided name.
| name | The name of the attribute you wish to fetch. |
| NSMutableArray attributes | ( | ) |
Returns the attributes for this entity.
| Class classForCoder | ( | ) |
WOXMLCoding Impl
| void encodeWithWOXMLCoder | ( | WOXMLCoder | coder | ) |
| void init | ( | GSVModel | model, | |
| EOEntity | eoentity | |||
| ) |
| GSVModel model | ( | ) |
| void removeAttribute | ( | GSVAttribute | oldAtt | ) |
Removes the attribute from this entity.
| oldAtt | The attribute to remove. |
| void setModel | ( | GSVModel | newModel | ) |
NSMutableArray _attributes [private] |
1.5.8