Class dnx.lr.SceneWarningDetail
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.lr.SceneWarningDetail

java.lang.Object
   |
   +----dnx.util.DNXObject
           |
           +----dnx.util.DNXInstancedObject
                   |
                   +----dnx.lr.SceneWarningDetail

public class SceneWarningDetail
extends DNXInstancedObject

Variable Index

 o detail
 o frob1
 o frob2
 o INVALID_FIELD_CHANGE
A field was changed to an invalid value.
 o MISC_WARNING
Miscellaneous warning.
 o node
 o type

Constructor Index

 o SceneWarningDetail(int, Node, String, Object, Object)

Method Index

 o getTypeAsString()
 o toString()

Variables

 o INVALID_FIELD_CHANGE
  public final static int INVALID_FIELD_CHANGE
A field was changed to an invalid value. When the message is sent, the field's value will have been changed again to something allowed. frob1 is the field; frob2 is the bad value.
 o MISC_WARNING
  public final static int MISC_WARNING
Miscellaneous warning. frob1 and frob2 are null.
 o type
  public int type
 o node
  public Node node
 o detail
  public String detail
 o frob1
  public Object frob1
 o frob2
  public Object frob2

Constructors

 o SceneWarningDetail
  public SceneWarningDetail(int type,
                            Node node,
                            String detail,
                            Object frob1,
                            Object frob2)

Methods

 o getTypeAsString
  public String getTypeAsString()
 o toString
  public String toString()
Overrides:
toString in class DNXInstancedObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index