Example usage for java.beans PropertyDescriptor interface-usage

List of usage examples for java.beans PropertyDescriptor interface-usage

Introduction

In this page you can find the example usage for java.beans PropertyDescriptor interface-usage.

Usage

From source file pt.ist.vaadinframework.data.metamodel.SlotPropertyDescriptor.java

/**
 * Meta information over a DML slot. Read and write operations are supported
 * using reflection.
 * 
 * @author Pedro Santos (pedro.miguel.santos@ist.utl.pt)
 */

From source file pt.ist.vaadinframework.data.metamodel.RolePropertyDescriptor.java

/**
 * @author Pedro Santos (pedro.miguel.santos@ist.utl.pt)
 * 
 */
public class RolePropertyDescriptor implements PropertyDescriptor {
    private final String propertyId;