net.sourceforge.pmd
Class RuleProperties

java.lang.Object
  |
  +--net.sourceforge.pmd.RuleProperties

public class RuleProperties
extends java.lang.Object

Since:
October 1, 2002
Version:
$Revision: 1.7 $, $Date: 2003/06/25 13:01:59 $
Author:
Donald A. Leckie

Constructor Summary
RuleProperties()
           
 
Method Summary
 boolean containsKey(java.lang.String name)
           
 boolean getBooleanValue(java.lang.String name)
           
 double getDoubleValue(java.lang.String name)
           
 int getIntegerValue(java.lang.String name)
           
 java.lang.String getProperty(java.lang.String name)
           
 java.lang.String getValue(java.lang.String name)
           
 java.lang.String getValueType(java.lang.String name)
           
 java.util.Enumeration keys()
          Returns an enumeration of the property names in this properties table.
 java.lang.Object setProperty(java.lang.String name, java.lang.String value)
           
 void setValue(java.lang.String name, java.lang.String value)
           
 void setValueType(java.lang.String name, java.lang.String valueType)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleProperties

public RuleProperties()
Method Detail

containsKey

public boolean containsKey(java.lang.String name)

keys

public java.util.Enumeration keys()
Returns an enumeration of the property names in this properties table.

Returns:
An enumeration of the property names in this properties table.

size

public int size()

getValue

public java.lang.String getValue(java.lang.String name)

getValueType

public java.lang.String getValueType(java.lang.String name)

getBooleanValue

public boolean getBooleanValue(java.lang.String name)

getDoubleValue

public double getDoubleValue(java.lang.String name)

getIntegerValue

public int getIntegerValue(java.lang.String name)

getProperty

public java.lang.String getProperty(java.lang.String name)

setProperty

public java.lang.Object setProperty(java.lang.String name,
                                    java.lang.String value)

setValue

public void setValue(java.lang.String name,
                     java.lang.String value)

setValueType

public void setValueType(java.lang.String name,
                         java.lang.String valueType)


Copyright © 2002-2003 Project Ultra*Log @ DARPA. All Rights Reserved.