planetj.dataengine
Class ExecutingContext.RenderingMode

java.lang.Object
  extended byplanetj.dataengine.ExecutingContext.RenderingMode
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ExecutingContext

public static class ExecutingContext.RenderingMode
extends java.lang.Object
implements java.io.Serializable

The rendering mode indicates what type of rendering is currently occurring. Using an inner class as opposed to a numerical constant allow application programmers to create their own rendering modes without worrying that future WOW releases will step on their rendering mode constants. It also allows for inheritance structures of rendering modes

See Also:
Serialized Form

Field Summary
protected  java.lang.String mDescription
           
 
Constructor Summary
ExecutingContext.RenderingMode(java.lang.String description)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mDescription

protected final java.lang.String mDescription
Constructor Detail

ExecutingContext.RenderingMode

public ExecutingContext.RenderingMode(java.lang.String description)
Method Detail

toString

public java.lang.String toString()