com.newisys.ova
Class OVAAssertInfo

java.lang.Object
  extended by com.newisys.ova.OVAAssertInfo

public final class OVAAssertInfo
extends Object

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

name

public final String name

exprType

public final OVAExprType exprType

srcFileBlk

public final OVASourceFileInfo srcFileBlk

severity

public final int severity

category

public final int category

scopeName

public final String scopeName

userMsg

public final String userMsg
Constructor Detail

OVAAssertInfo

public OVAAssertInfo(String name,
                     OVAExprType exprType,
                     OVASourceFileInfo srcFileBlk,
                     int severity,
                     int category,
                     String scopeName,
                     String userMsg)