Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValue()voidsetValue(String value)-
Methods inherited from interface net.jangaroo.jooc.model.ActionScriptModel
visit
-
-