org.vraptor.config
Class Property

java.lang.Object
  extended by org.vraptor.config.Property

public class Property
extends Object

A configuration property.

Author:
Rafael Steil

Constructor Summary
Property(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property(String name,
                String value)
Method Detail

getName

public String getName()
Returns:
the name

getValue

public String getValue()
Returns:
the value


Copyright © 2004-2008 VRaptor. All Rights Reserved.