org.apache.jdo.impl.enhancer.meta.prop
Class MetaDataProperties.Property

java.lang.Object
  extended byorg.apache.jdo.impl.enhancer.meta.prop.MetaDataProperties.Property
Enclosing class:
MetaDataProperties

private static final class MetaDataProperties.Property
extends java.lang.Object

The holder-class for the name and the value of a property.


Field Summary
(package private)  java.lang.String name
          The name of the property.
(package private)  java.lang.String value
          The value of the property.
 
Constructor Summary
private MetaDataProperties.Property()
           
 
Method Summary
 java.lang.String toString()
          Creates a string-representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

java.lang.String name
The name of the property.


value

java.lang.String value
The value of the property.

Constructor Detail

MetaDataProperties.Property

private MetaDataProperties.Property()
Method Detail

toString

public final java.lang.String toString()
Creates a string-representation of this object.

Returns:
The string-representation of this object.