org.apache.ws.jaxme.js

Interface LocalJavaField

public interface LocalJavaField extends IndentationEngine, DirectAccessible, IndentedObject

Interface of a {@link JavaField}, which is local to a {@link JavaMethod}.

Author: Jochen Wiedmann

Method Summary
StringgetName()

Returns the fields name.

JavaQNamegetType()

Returns the fields type.

booleanisFinal()

Returns whether the field is final.

voidsetFinal(boolean pFinal)

Sets whether the field is final.

Method Detail

getName

public String getName()

Returns the fields name.

getType

public JavaQName getType()

Returns the fields type.

isFinal

public boolean isFinal()

Returns whether the field is final. By default it isn't.

setFinal

public void setFinal(boolean pFinal)

Sets whether the field is final. By default it isn't.