org.apache.ws.jaxme.js
Class JavaField
- DirectAccessible, IndentationEngine, TypedValue
Implements a field that a java class or interface may have.
getComment , getJavaSource , getName , getProtection , getType , isAbstract , isFinal , isStatic , newComment , setAbstract , setFinal , setJavaSource , setName , setProtection , setStatic , setType |
addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , addLine , asString , checkNulls , clear , getLevel , getLines , getLines , getPlaceHolder , indent , isEmpty , moveToBottom , moveToTop , newPlaceHolder , removePlaceHolder , setLevel , unindent , write , write |
isTransient
public boolean isTransient()
Returns whether the field is transient. By default it isn't.
setTransient
public void setTransient(boolean pTransient)
Sets whether the field is transient. By default it isn't.
setValue
public void setValue(Object pValue)