net.jangaroo.jooc.model
Class FieldModel
java.lang.Object
net.jangaroo.jooc.model.NamedModel
net.jangaroo.jooc.model.DocumentedModel
net.jangaroo.jooc.model.AbstractAnnotatedModel
net.jangaroo.jooc.model.MemberModel
net.jangaroo.jooc.model.FieldModel
- All Implemented Interfaces:
- ActionScriptModel, AnnotatedModel, NamespacedModel, TypedModel, ValuedModel
public class FieldModel
- extends MemberModel
- implements ValuedModel
A model of a field of an ActionScript class.
| Methods inherited from class net.jangaroo.jooc.model.MemberModel |
equals, getNamespace, getType, hashCode, isAccessor, isGetter, isMethod, isProperty, isSetter, isStatic, setNamespace, setStatic, setType |
FieldModel
public FieldModel()
FieldModel
public FieldModel(String name)
FieldModel
public FieldModel(String name,
String type)
FieldModel
public FieldModel(String name,
String type,
String value)
isField
public boolean isField()
- Overrides:
isField in class MemberModel
getValue
public String getValue()
- Specified by:
getValue in interface ValuedModel
setValue
public void setValue(String value)
- Specified by:
setValue in interface ValuedModel
isConst
public boolean isConst()
setConst
public void setConst(boolean aConst)
visit
public void visit(ModelVisitor visitor)
- Specified by:
visit in interface ActionScriptModel
Copyright © 2002-2013 CoreMedia AG. All Rights Reserved.