org.objectweb.jac.ide
Class FieldMethod

java.lang.Object
  |
  +--org.objectweb.jac.ide.ModelElement
        |
        +--org.objectweb.jac.ide.TypedElement
              |
              +--org.objectweb.jac.ide.Member
                    |
                    +--org.objectweb.jac.ide.Method
                          |
                          +--org.objectweb.jac.ide.FieldMethod
All Implemented Interfaces:
Element, Typed, Visibility
Direct Known Subclasses:
Getter, Setter

public class FieldMethod
extends Method

Base class for Getter and Setter.

See Also:
Getter, Setter

Field Summary
 
Fields inherited from interface org.objectweb.jac.ide.Visibility
PRIVATE, PROTECTED, PUBLIC
 
Constructor Summary
FieldMethod()
           
FieldMethod(Field field)
           
 
Method Summary
 Field getField()
           
 void setField(Field field)
           
 
Methods inherited from class org.objectweb.jac.ide.Method
addException, addParameter, clearParameters, cloneMethod, getBody, getExceptions, getModifiers, getParameterNames, getParameters, getParametersString, getParameterTypes, getPrototype, getUniqueName, isAbstract, isSynchronized, removeException, removeParameter, setAbstract, setBody, setSynchronized
 
Methods inherited from class org.objectweb.jac.ide.Member
getFullName, getGenerationFullName, getGenerationName, getParent, getProject, getVisibility, isStatic, setParent, setStatic, setVisibility
 
Methods inherited from class org.objectweb.jac.ide.TypedElement
getToString, getType, getTypeName, isArray, setArray, setType
 
Methods inherited from class org.objectweb.jac.ide.ModelElement
addConfigItem, addEndingLink, addLink, getConfigItems, getDescription, getEndingLinks, getLinks, getName, remove, removeEndingLink, removeLink, setDescription, setEndingLinks, setLinks, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.jac.ide.Element
getName
 

Constructor Detail

FieldMethod

public FieldMethod()

FieldMethod

public FieldMethod(Field field)
Method Detail

getField

public Field getField()

setField

public void setField(Field field)