|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.impl.enhancer.meta.prop.MetaDataProperties.Property
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 |
java.lang.String name
java.lang.String value
Constructor Detail |
private MetaDataProperties.Property()
Method Detail |
public final java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |