Joda System API

org.joda.property.impl
Class PropertyDataInit

java.lang.Object
  |
  +--org.joda.property.impl.PropertyDataInit

public class PropertyDataInit
extends java.lang.Object

Initialisation class passed into the constructor of PropertyData.

Author:
Stephen Colebourne

Constructor Summary
PropertyDataInit(Property property)
          Constructor
 
Method Summary
 Property getProperty()
          Get the node for this property data.
 java.lang.String toString()
          Get a debugging string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyDataInit

public PropertyDataInit(Property property)
Constructor

Parameters:
property - the owning property
Method Detail

getProperty

public Property getProperty()
Get the node for this property data.

Returns:
node owning this property data

toString

public java.lang.String toString()
Get a debugging string

Overrides:
toString in class java.lang.Object

Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.