站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

MethodElement.Impl (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.0.0

 

org.openide.src
Interface MethodElement.Impl

All Superinterfaces:
ConstructorElement.Impl, Element.Impl, MemberElement.Impl, Serializable
Enclosing interface:
MethodElement

public static interface MethodElement.Impl
extends ConstructorElement.Impl

Pluggable behavior of the method element.

See Also:
MethodElement

Field Summary
static long serialVersionUID
          Deprecated. Only public by accident.
 
Method Summary
 Type getReturn()
          Get the method's return type.
 void setReturn(Type ret)
          Set the method's return type.
 
Methods inherited from interface org.openide.src.ConstructorElement.Impl
getBody, getExceptions, getJavaDoc, getParameters, setBody, setExceptions, setParameters
 
Methods inherited from interface org.openide.src.MemberElement.Impl
getModifiers, getName, setModifiers, setName
 
Methods inherited from interface org.openide.src.Element.Impl
addPropertyChangeListener, attachedToElement, getCookie, markCurrent, readResolve, removePropertyChangeListener
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Deprecated. Only public by accident.

See Also:
Constant Field Values
Method Detail

getReturn

public Type getReturn()
Get the method's return type.

Returns:
the return type

setReturn

public void setReturn(Type ret)
               throws SourceException
Set the method's return type.

Parameters:
ret - the new type
Throws:
SourceException

 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.