org.apache.ws.jaxme.js
Interface LocalJavaField
- DirectAccessible, IndentationEngine, IndentedObject, TypedValue
- ConditionalIndentationJavaSourceObject.LJFImpl
public interface LocalJavaField
String | getName() - Returns the fields name.
|
JavaQName | getType() - Returns the fields type.
|
boolean | isFinal() - Returns whether the field is final.
|
void | setFinal(boolean pFinal) - Sets whether the field is final.
|
addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , clear , getLevel , getPlaceHolder , indent , moveToBottom , moveToTop , newPlaceHolder , setLevel , unindent , write , write |
getName
public String getName()
Returns the fields name.
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.