Interface MetaProperty<T,R,C>

All Superinterfaces:
Comparable<MetaProperty<T,R,C>>, Identifiable
All Known Subinterfaces:
ManyToManyValuedMetaProperty<T,R,C,D>, ManyToOneValuedMetaProperty<T,R,C>, ManyValuedMetaProperty<T,R,C>, OneToManyValuedMetaProperty<T,R,C>, OneToOneValuedMetaProperty<T,R>, OneValuedMetaProperty<T,R>
All Known Implementing Classes:
InvertiblePropertyLiteral, ManyToManyPropertyLiteral, ManyToOnePropertyLiteral, OneToManyPropertyLiteral, OneToOnePropertyLiteral, PropertyLiteral, ToManyPropertyLiteral, ToOnePropertyLiteral

public interface MetaProperty<T,R,C> extends Comparable<MetaProperty<T,R,C>>, Identifiable
  • Method Details