org.jcoderz.guidelines.snippets
Class JCoderZJavaExample

java.lang.Object
  extended by org.jcoderz.guidelines.snippets.JCoderZJavaExample

public class JCoderZJavaExample
extends Object

Class description goes here.

Author:
Firstname Lastname

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

MIN_WIDTH

public static final int MIN_WIDTH
MIN_WIDTH documentation comment.

See Also:
Constant Field Values

MAX_WIDTH

public static final int MAX_WIDTH
MAX_WIDTH documentation comment.

See Also:
Constant Field Values

BAD_PARAM

public static final int BAD_PARAM
BAD_PARAM documentation comment.

See Also:
Constant Field Values

INTERNAL_ERROR

public static final int INTERNAL_ERROR
INTERNAL_ERROR documentation comment.

See Also:
Constant Field Values

sClassVar1

protected static int sClassVar1
classVar1 documentation comment.


mInstanceVar2

protected int mInstanceVar2
instanceVar2 documentation comment.

Constructor Detail

JCoderZJavaExample

public JCoderZJavaExample()
... Constructor blah documentation comment...

Method Detail

setupConfiguration

public final void setupConfiguration()
... method doSomething documentation comment...


doSomething

public void doSomething()
... method doSomething documentation comment...


doSomethingElse

public int doSomethingElse(Object someParam)
...method doSomethingElse documentation comment...

Parameters:
someParam - this is the input parameter
Returns:
result The method returns an int.


Copyright 2007 The jCoderZ Project.