net.jangaroo.jooc.model
Interface ValuedModel

All Superinterfaces:
ActionScriptModel
All Known Implementing Classes:
AnnotationPropertyModel, FieldModel, NamespaceModel, ParamModel

public interface ValuedModel
extends ActionScriptModel

Created with IntelliJ IDEA. User: fwienber Date: 15.05.12 Time: 00:22 To change this template use File | Settings | File Templates.


Method Summary
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from interface net.jangaroo.jooc.model.ActionScriptModel
visit
 

Method Detail

getValue

String getValue()

setValue

void setValue(String value)


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