All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sk.upjs.jpaz2.inspector.OIPropertyNameValue Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package sk.upjs.jpaz2.inspector;

import java.beans.PropertyDescriptor;

/**
 * The encapsulation for property descriptor.
 */
class OIPropertyNameValue {
	/**
	 * Property descriptor
	 */
	PropertyDescriptor pd;

	/**
	 * Constructs a property name value
	 * 
	 * @param pd
	 *            the property descriptor
	 */
	public OIPropertyNameValue(PropertyDescriptor pd) {
		this.pd = pd;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy