org.mitre.cpe.common
Class LogicalValue

java.lang.Object
  extended by org.mitre.cpe.common.LogicalValue

public class LogicalValue
extends java.lang.Object

This class represents a Logical Value.

See Also:
cpe.mitre.org for more information.

Constructor Summary
LogicalValue(java.lang.String type)
           
 
Method Summary
 boolean isANY()
           
 boolean isNA()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogicalValue

public LogicalValue(java.lang.String type)
Method Detail

isANY

public boolean isANY()

isNA

public boolean isNA()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object