org.codehaus.modello.core.io

Class ModelReader

public class ModelReader extends Object

Version: $Id: ModelReader.java 821 2007-03-13 20:02:47Z joakime $

Author: Trygve Laugstøl Emmanuel Venisse

Method Summary
MapgetAttributesForAssociation(ModelAssociation modelAssociation)
MapgetAttributesForClass(ModelClass modelClass)
MapgetAttributesForField(ModelField modelField)
MapgetAttributesForModel()
MapgetAttributesForModel(Model model)
ModelloadModel(Reader reader)
voidparseModel(Model model, XmlPullParser parser)

Method Detail

getAttributesForAssociation

public Map getAttributesForAssociation(ModelAssociation modelAssociation)

getAttributesForClass

public Map getAttributesForClass(ModelClass modelClass)

getAttributesForField

public Map getAttributesForField(ModelField modelField)

getAttributesForModel

public Map getAttributesForModel()

getAttributesForModel

public Map getAttributesForModel(Model model)

loadModel

public Model loadModel(Reader reader)

parseModel

public void parseModel(Model model, XmlPullParser parser)
Copyright © 2001-2009 Codehaus. All Rights Reserved.