org.ocltf.common
Class Property

java.lang.Object
  extended byorg.ocltf.common.Property

public class Property
extends java.lang.Object

This class represents properties which are used to configure Context objects which are made available to configure Plugin instances.

Author:
Chad Brandon
See Also:
Context, Contexts

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

Constructor Detail

Property

public Property()
Method Detail

getName

public java.lang.String getName()
Returns the name.

Returns:
String

getValue

public java.lang.String getValue()
Returns the value.

Returns:
String

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - The name to set

setValue

public void setValue(java.lang.String value)
Sets the value.

Parameters:
value - The value to set

toString

public java.lang.String toString()
See Also:
Object.toString()


Copyright © 2003-2004 Chad Brandon. All Rights Reserved.