|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.guidelines.snippets.JCoderZJavaExample
public class JCoderZJavaExample
Class description goes here.
| Field Summary | |
|---|---|
static int |
BAD_PARAM
BAD_PARAM documentation comment. |
static int |
INTERNAL_ERROR
INTERNAL_ERROR documentation comment. |
static int |
MAX_WIDTH
MAX_WIDTH documentation comment. |
static int |
MIN_WIDTH
MIN_WIDTH documentation comment. |
protected int |
mInstanceVar2
instanceVar2 documentation comment. |
protected static int |
sClassVar1
classVar1 documentation comment. |
| Constructor Summary | |
|---|---|
JCoderZJavaExample()
... |
|
| Method Summary | |
|---|---|
void |
doSomething()
... method doSomething documentation comment... |
int |
doSomethingElse(Object someParam)
...method doSomethingElse documentation comment... |
void |
setupConfiguration()
... method doSomething documentation comment... |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MIN_WIDTH
public static final int MAX_WIDTH
public static final int BAD_PARAM
public static final int INTERNAL_ERROR
protected static int sClassVar1
protected int mInstanceVar2
| Constructor Detail |
|---|
public JCoderZJavaExample()
| Method Detail |
|---|
public final void setupConfiguration()
public void doSomething()
public int doSomethingElse(Object someParam)
someParam - this is the input parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||