Interface PropertyMetamodel

All Known Subinterfaces:
FieldMetamodel
All Known Implementing Classes:
AbstractPropertyMetamodel, NiceFieldMetamodel

public interface PropertyMetamodel
Description of a property (a field or an association).
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getName

      String getName()
      Returns:
      name of the property
    • getType

      Class<?> getType()
      Returns:
      java type of the property