net.jangaroo.jooc.model
Interface TypedModel

All Superinterfaces:
ActionScriptModel
All Known Implementing Classes:
AbstractTypedModel, FieldModel, MemberModel, MethodModel, ParamModel, PropertyModel, ReturnModel

public interface TypedModel
extends ActionScriptModel

Created with IntelliJ IDEA. User: fwienber Date: 21.05.12 Time: 15:55 To change this template use File | Settings | File Templates.


Method Summary
 String getType()
           
 void setType(String type)
           
 
Methods inherited from interface net.jangaroo.jooc.model.ActionScriptModel
visit
 

Method Detail

getType

String getType()

setType

void setType(String type)


Copyright © 2002–2014 CoreMedia AG. All rights reserved.