Class PropertyValue
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.util.beans.converters.TypedObject<java.lang.Object>
-
- net.sourceforge.pmd.util.fxdesigner.util.beans.converters.PropertyValue
-
- All Implemented Interfaces:
org.apache.commons.lang3.reflect.Typed<java.lang.Object>
public class PropertyValue extends TypedObject<java.lang.Object>
-
-
Constructor Summary
Constructors Constructor Description PropertyValue(java.lang.String propertyName, java.lang.String ownerName, java.lang.Object object, java.lang.reflect.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class net.sourceforge.pmd.util.fxdesigner.util.beans.converters.TypedObject
equals, getObject, getType, hashCode
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classTypedObject<java.lang.Object>
-
-