|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.newisys.ova.OVAAssertInfo
public final class OVAAssertInfo
Class representing the OVASyntaxInfo structure.
| Field Summary | |
|---|---|
int |
category
|
OVAExprType |
exprType
|
String |
name
|
String |
scopeName
|
int |
severity
|
OVASourceFileInfo |
srcFileBlk
|
String |
userMsg
|
| Constructor Summary | |
|---|---|
OVAAssertInfo(String name,
OVAExprType exprType,
OVASourceFileInfo srcFileBlk,
int severity,
int category,
String scopeName,
String userMsg)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final String name
public final OVAExprType exprType
public final OVASourceFileInfo srcFileBlk
public final int severity
public final int category
public final String scopeName
public final String userMsg
| Constructor Detail |
|---|
public OVAAssertInfo(String name,
OVAExprType exprType,
OVASourceFileInfo srcFileBlk,
int severity,
int category,
String scopeName,
String userMsg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||