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
-
detail
-
-
frob1
-
-
frob2
-
-
INVALID_FIELD_CHANGE
- A field was changed to an invalid value.
-
MISC_WARNING
- Miscellaneous warning.
-
node
-
-
type
-
-
SceneWarningDetail(int, Node, String, Object, Object)
-
-
getTypeAsString()
-
-
toString()
-
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.
MISC_WARNING
public final static int MISC_WARNING
- Miscellaneous warning. frob1 and frob2 are null.
type
public int type
node
public Node node
detail
public String detail
frob1
public Object frob1
frob2
public Object frob2
SceneWarningDetail
public SceneWarningDetail(int type,
Node node,
String detail,
Object frob1,
Object frob2)
getTypeAsString
public String getTypeAsString()
toString
public String toString()
- Overrides:
- toString in class DNXInstancedObject
All Packages Class Hierarchy This Package Previous Next Index